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.c573 AV1_COMP *cpi, int64_t gf_group_bits, double group_error, int gf_arf_bits, in allocate_gf_group_bits() argument
600 gf_group->bit_allocation[frame_index] = gf_arf_bits; in allocate_gf_group_bits()
609 if (rc->source_alt_ref_pending || !key_frame) total_group_bits -= gf_arf_bits; in allocate_gf_group_bits()
616 gf_group->bit_allocation[frame_index] = gf_arf_bits; in allocate_gf_group_bits()
771 int gf_arf_bits; in define_gf_group() local
1051 gf_arf_bits = calculate_boost_bits(rc->baseline_gf_interval, rc->gfu_boost, in define_gf_group()
1075 allocate_gf_group_bits(cpi, gf_group_bits, gf_group_error_left, gf_arf_bits, in define_gf_group()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2245 int gf_arf_bits) { in allocate_gf_group_bits() argument
2275 rc->source_alt_ref_active ? 0 : gf_arf_bits; in allocate_gf_group_bits()
2280 if (rc->source_alt_ref_pending || !key_frame) total_group_bits -= gf_arf_bits; in allocate_gf_group_bits()
2287 gf_group->bit_allocation[frame_index] = gf_arf_bits; in allocate_gf_group_bits()
2448 int gf_arf_bits; in define_gf_group() local
2693 gf_arf_bits = calculate_boost_bits((rc->baseline_gf_interval - 1), in define_gf_group()
2703 allocate_gf_group_bits(cpi, gf_group_bits, gf_arf_bits); in define_gf_group()