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.c2939 const int gfg_index = gf_group->index; local
2941 if (gfg_index == 0) return gf_group->update_type[gfg_index] == LF_UPDATE;
2942 return gf_group->update_type[gfg_index - 1] != LF_UPDATE &&
2943 gf_group->update_type[gfg_index] == LF_UPDATE;