Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Dpass2_strategy.c208 int err_estimate = p_rc->rate_error_estimate; in twopass_update_bpm_factor()
233 : p_rc->rate_error_estimate; in twopass_update_bpm_factor()
4074 cpi->ppi->p_rc.rate_error_estimate = 0; in av1_init_second_pass()
4105 cpi->ppi->p_rc.rate_error_estimate = 0; in av1_init_single_pass_lap()
4175 p_rc->rate_error_estimate = in av1_twopass_postencode_update()
4177 p_rc->rate_error_estimate = clamp(p_rc->rate_error_estimate, -100, 100); in av1_twopass_postencode_update()
4179 p_rc->rate_error_estimate = 0; in av1_twopass_postencode_update()
4206 cpi->ppi->p_rc.temp_rate_error_estimate = p_rc->rate_error_estimate; in av1_twopass_postencode_update()
4236 rc->vbr_bits_off_target, p_rc->rate_error_estimate, in av1_twopass_postencode_update()
4273 (p_rc->rate_error_estimate > 0)) { in av1_twopass_postencode_update()
[all …]
H A Dratectrl.h539 int rate_error_estimate; member
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_ratectrl.h145 int rate_error_estimate; member
H A Dvp9_firstpass.c1756 rc->rate_error_estimate = 0; in vp9_init_second_pass()
3841 rc->rate_error_estimate = in vp9_twopass_postencode_update()
3843 rc->rate_error_estimate = clamp(rc->rate_error_estimate, -100, 100); in vp9_twopass_postencode_update()
3845 rc->rate_error_estimate = 0; in vp9_twopass_postencode_update()
3882 if (rc->rate_error_estimate > cpi->oxcf.under_shoot_pct) { in vp9_twopass_postencode_update()
3887 } else if (rc->rate_error_estimate < -cpi->oxcf.over_shoot_pct) { in vp9_twopass_postencode_update()