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_firstpass.c1332 cpi->rc.rate_error_estimate = 0; in vp9_init_second_pass()
2099 if (rc->rate_error_estimate > 0) { in define_gf_group()
2101 (double)(100 - rc->rate_error_estimate) / 100.0); in define_gf_group()
2104 (double)(100 - rc->rate_error_estimate) / 100.0); in define_gf_group()
2776 rc->rate_error_estimate = in vp9_twopass_postencode_update()
2778 rc->rate_error_estimate = clamp(rc->rate_error_estimate, -100, 100); in vp9_twopass_postencode_update()
2780 rc->rate_error_estimate = 0; in vp9_twopass_postencode_update()
2803 if (rc->rate_error_estimate > cpi->oxcf.under_shoot_pct) { in vp9_twopass_postencode_update()
2808 } else if (rc->rate_error_estimate < -cpi->oxcf.over_shoot_pct) { in vp9_twopass_postencode_update()
Dvp9_ratectrl.h132 int rate_error_estimate; member