Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c925 int arf_depth_count[MAX_ARF_LAYERS + 1] = { 0 }; in allocate_gf_group_bits() local
935 ++arf_depth_count[gf_group->layer_depth[idx]]; in allocate_gf_group_bits()
942 total_overlays - arf_depth_count[idx], in allocate_gf_group_bits()
945 total_arfs += arf_depth_count[idx]; in allocate_gf_group_bits()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2346 int arf_depth_count[MAX_ARF_LAYERS] = { 0 }; in allocate_gf_group_bits() local
2353 ++arf_depth_count[gf_group->layer_depth[idx]]; in allocate_gf_group_bits()
2360 rc->baseline_gf_interval - total_arfs - arf_depth_count[idx], in allocate_gf_group_bits()
2364 total_arfs += arf_depth_count[idx]; in allocate_gf_group_bits()