Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dfirstpass.c1777 cpi->gf_bits = (int)((double)Boost * (cpi->gf_group_bits / (double)allocation_chunks)); in define_gf_group()
1795 if (cpi->gf_bits > alt_gf_bits) in define_gf_group()
1797 cpi->gf_bits = alt_gf_bits; in define_gf_group()
1810 if (alt_gf_bits > cpi->gf_bits) in define_gf_group()
1812 cpi->gf_bits = alt_gf_bits; in define_gf_group()
1819 if (cpi->gf_bits > (cpi->buffer_level >> 1)) in define_gf_group()
1820 cpi->gf_bits = cpi->buffer_level >> 1; in define_gf_group()
1824 if (cpi->gf_bits < 0) in define_gf_group()
1825 cpi->gf_bits = 0; in define_gf_group()
1841 cpi->gf_group_bits -= cpi->gf_bits; in define_gf_group()
[all …]
Donyx_int.h373 int gf_bits; // Bits for the golden frame or ARF - 2 pass only member
Dratectrl.c685 …cpi->per_frame_bandwidth = cpi->gf_bits; // Per frame bit target for the alt… in vp8_calc_pframe_target_size()
Donyx_if.c3379 …cpi->per_frame_bandwidth = cpi->gf_bits; // Per frame bit target for the… in encode_frame_to_data_rate()
3380 … cpi->target_bandwidth = cpi->gf_bits * cpi->output_frame_rate; // per second target bitrate in encode_frame_to_data_rate()