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.h117 int rate_error_estimate; member
Dvp9_firstpass.c1328 cpi->rc.rate_error_estimate = 0; in vp9_init_second_pass()
2094 if (rc->rate_error_estimate > 0) { in define_gf_group()
2096 (double)(100 - rc->rate_error_estimate) / 100.0); in define_gf_group()
2099 (double)(100 - rc->rate_error_estimate) / 100.0); in define_gf_group()
2777 rc->rate_error_estimate = in vp9_twopass_postencode_update()
2779 rc->rate_error_estimate = clamp(rc->rate_error_estimate, -100, 100); in vp9_twopass_postencode_update()
2781 rc->rate_error_estimate = 0; in vp9_twopass_postencode_update()
2804 if (rc->rate_error_estimate > cpi->oxcf.under_shoot_pct) { in vp9_twopass_postencode_update()
2809 } else if (rc->rate_error_estimate < -cpi->oxcf.over_shoot_pct) { in vp9_twopass_postencode_update()