Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h132 int rate_error_estimate; member
Dvp9_firstpass.c1745 rc->rate_error_estimate = 0; in vp9_init_second_pass()
3249 rc->rate_error_estimate = in vp9_twopass_postencode_update()
3251 rc->rate_error_estimate = clamp(rc->rate_error_estimate, -100, 100); in vp9_twopass_postencode_update()
3253 rc->rate_error_estimate = 0; in vp9_twopass_postencode_update()
3290 if (rc->rate_error_estimate > cpi->oxcf.under_shoot_pct) { in vp9_twopass_postencode_update()
3295 } else if (rc->rate_error_estimate < -cpi->oxcf.over_shoot_pct) { in vp9_twopass_postencode_update()