Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h121 int64_t vbr_bits_off_target_fast; member
Dvp9_firstpass.c1744 rc->vbr_bits_off_target_fast = 0; in vp9_init_second_pass()
3324 rc->vbr_bits_off_target_fast += in vp9_twopass_postencode_update()
3326 rc->vbr_bits_off_target_fast = in vp9_twopass_postencode_update()
3327 VPXMIN(rc->vbr_bits_off_target_fast, (4 * rc->avg_frame_bandwidth)); in vp9_twopass_postencode_update()
3332 (int)(rc->vbr_bits_off_target_fast * 8 / rc->avg_frame_bandwidth); in vp9_twopass_postencode_update()
3336 } else if (rc->vbr_bits_off_target_fast) { in vp9_twopass_postencode_update()
Dvp9_ratectrl.c1915 rc->vbr_bits_off_target_fast) { in vbr_rate_correction()
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()
1923 rc->vbr_bits_off_target_fast -= fast_extra_bits; in vbr_rate_correction()
Dvp9_encoder.c3214 cpi->rc.vbr_bits_off_target_fast,