Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2306 int arf_depth_count[MAX_ARF_LAYERS] = { 0 }; in allocate_gf_group_bits() local
2313 ++arf_depth_count[gf_group->layer_depth[idx]]; in allocate_gf_group_bits()
2320 rc->baseline_gf_interval - total_arfs - arf_depth_count[idx], in allocate_gf_group_bits()
2324 total_arfs += arf_depth_count[idx]; in allocate_gf_group_bits()