Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c924 int arf_depth_bits[MAX_ARF_LAYERS + 1] = { 0 }; in allocate_gf_group_bits() local
940 arf_depth_bits[idx] = in allocate_gf_group_bits()
944 total_group_bits -= arf_depth_bits[idx]; in allocate_gf_group_bits()
954 (int)(((int64_t)arf_depth_bits[gf_group->layer_depth[idx]] * in allocate_gf_group_bits()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2345 int arf_depth_bits[MAX_ARF_LAYERS] = { 0 }; in allocate_gf_group_bits() local
2359 arf_depth_bits[idx] = calculate_boost_bits( in allocate_gf_group_bits()
2363 total_group_bits -= arf_depth_bits[idx]; in allocate_gf_group_bits()
2383 (int)(((int64_t)arf_depth_bits[gf_group->layer_depth[idx]] * in allocate_gf_group_bits()