Searched refs:rate_error_estimate (Results 1 – 2 of 2) sorted by relevance
132 int rate_error_estimate; member
1745 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()