Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c1916 int one_frame_bits = VPXMAX(rc->avg_frame_bandwidth, *this_frame_target); in vbr_rate_correction() local
1918 fast_extra_bits = (int)VPXMIN(rc->vbr_bits_off_target_fast, one_frame_bits); in vbr_rate_correction()
1921 VPXMAX(one_frame_bits / 8, rc->vbr_bits_off_target_fast / 8)); in vbr_rate_correction()