Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c822 int64_t gf_group_bits, int gf_arf_bits, in allocate_gf_group_bits() argument
830 if (use_arf || !key_frame) total_group_bits -= gf_arf_bits; in allocate_gf_group_bits()
846 base_frame_bits + (int)(gf_arf_bits * layer_fraction[1]); in allocate_gf_group_bits()
867 (int)((gf_arf_bits * fraction) / AOMMAX(1, layer_frames[i])); in allocate_gf_group_bits()
868 gf_arf_bits -= (int)(gf_arf_bits * fraction); in allocate_gf_group_bits()
895 int64_t gf_group_bits, int gf_arf_bits, in allocate_gf_group_bits() argument
907 gf_group->bit_allocation[frame_index] = gf_arf_bits; in allocate_gf_group_bits()
912 if (use_arf || !key_frame) total_group_bits -= gf_arf_bits; in allocate_gf_group_bits()
919 gf_group->bit_allocation[frame_index] = gf_arf_bits; in allocate_gf_group_bits()
1883 int gf_arf_bits = (int)(ARF_BITS_FRACTION * gf_group_bits); in av1_gop_bit_allocation() local
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2285 int gf_arf_bits) { in allocate_gf_group_bits() argument
2315 rc->source_alt_ref_active ? 0 : gf_arf_bits; in allocate_gf_group_bits()
2320 if (rc->source_alt_ref_pending || !key_frame) total_group_bits -= gf_arf_bits; in allocate_gf_group_bits()
2327 gf_group->bit_allocation[frame_index] = gf_arf_bits; in allocate_gf_group_bits()
2672 int gf_arf_bits; in define_gf_group() local
2862 gf_arf_bits = calculate_boost_bits((rc->baseline_gf_interval - 1), in define_gf_group()
2872 allocate_gf_group_bits(cpi, gf_group_bits, gf_arf_bits); in define_gf_group()