Searched refs:rate_error_estimate (Results 1 – 4 of 4) sorted by relevance
1035 if (rc->rate_error_estimate > 0) { in define_gf_group()1037 (double)(100 - rc->rate_error_estimate) / 100.0); in define_gf_group()1040 (double)(100 - rc->rate_error_estimate) / 100.0); in define_gf_group()1689 cpi->rc.rate_error_estimate = 0; in av1_init_second_pass()1714 rc->rate_error_estimate = in av1_twopass_postencode_update()1716 rc->rate_error_estimate = clamp(rc->rate_error_estimate, -100, 100); in av1_twopass_postencode_update()1718 rc->rate_error_estimate = 0; in av1_twopass_postencode_update()1735 if (rc->rate_error_estimate > cpi->oxcf.under_shoot_pct) { in av1_twopass_postencode_update()1740 } else if (rc->rate_error_estimate < -cpi->oxcf.over_shoot_pct) { in av1_twopass_postencode_update()
120 int rate_error_estimate; member
142 int rate_error_estimate; member
1723 rc->rate_error_estimate = 0; in vp9_init_second_pass()3275 rc->rate_error_estimate = in vp9_twopass_postencode_update()3277 rc->rate_error_estimate = clamp(rc->rate_error_estimate, -100, 100); in vp9_twopass_postencode_update()3279 rc->rate_error_estimate = 0; in vp9_twopass_postencode_update()3315 if (rc->rate_error_estimate > cpi->oxcf.under_shoot_pct) { in vp9_twopass_postencode_update()3320 } else if (rc->rate_error_estimate < -cpi->oxcf.over_shoot_pct) { in vp9_twopass_postencode_update()