Home
last modified time | relevance | path

Searched refs:gfg_index (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c3134 const int gfg_index = gf_group->index; local
3136 if (gfg_index == 0) return gf_group->update_type[gfg_index] == LF_UPDATE;
3137 return gf_group->update_type[gfg_index - 1] != LF_UPDATE &&
3138 gf_group->update_type[gfg_index] == LF_UPDATE;