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.c1373 double group_error, int gf_arf_bits) { in allocate_gf_group_bits() argument
1407 twopass->gf_group.bit_allocation[0] = gf_arf_bits; in allocate_gf_group_bits()
1420 total_group_bits -= gf_arf_bits; in allocate_gf_group_bits()
1426 twopass->gf_group.bit_allocation[frame_index] = gf_arf_bits; in allocate_gf_group_bits()
1546 int gf_arf_bits; in define_gf_group() local
1718 gf_arf_bits = calculate_boost_bits(rc->baseline_gf_interval, in define_gf_group()
1740 allocate_gf_group_bits(cpi, gf_group_bits, gf_group_error_left, gf_arf_bits); in define_gf_group()