Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c1035 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()
Dratectrl.h120 int rate_error_estimate; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h142 int rate_error_estimate; member
Dvp9_firstpass.c1723 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()