Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1688 double group_error, int gf_arf_bits) { in allocate_gf_group_bits() argument
1730 gf_group->bit_allocation[0] = gf_arf_bits; in allocate_gf_group_bits()
1743 total_group_bits -= gf_arf_bits; in allocate_gf_group_bits()
1749 gf_group->bit_allocation[alt_frame_index] = gf_arf_bits; in allocate_gf_group_bits()
1888 int gf_arf_bits; in define_gf_group() local
2117 gf_arf_bits = calculate_boost_bits(rc->baseline_gf_interval, in define_gf_group()
2138 allocate_gf_group_bits(cpi, gf_group_bits, gf_group_error_left, gf_arf_bits); in define_gf_group()