Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2307 int arf_depth_boost[MAX_ARF_LAYERS] = { 0 }; in allocate_gf_group_bits() local
2312 arf_depth_boost[gf_group->layer_depth[idx]] += gf_group->gfu_boost[idx]; in allocate_gf_group_bits()
2318 if (arf_depth_boost[idx] == 0) break; in allocate_gf_group_bits()
2321 arf_depth_boost[idx], total_group_bits); in allocate_gf_group_bits()
2345 arf_depth_boost[gf_group->layer_depth[idx]]); in allocate_gf_group_bits()