Searched refs:over_shoot_pct (Results 1 – 11 of 11) sorted by relevance
159 int over_shoot_pct; member
790 if (percent_high > cpi->oxcf.over_shoot_pct) { in calc_pframe_target_size()791 percent_high = cpi->oxcf.over_shoot_pct; in calc_pframe_target_size()
421 if (oxcf->over_shoot_pct > max_over_shoot_pct) in config_target_level()422 oxcf->over_shoot_pct = max_over_shoot_pct; in config_target_level()494 oxcf->over_shoot_pct = cfg->rc_overshoot_pct; in set_encoder_config()
181 int over_shoot_pct; member
3320 } else if (rc->rate_error_estimate < -cpi->oxcf.over_shoot_pct) { in vp9_twopass_postencode_update()
2070 (int)VPXMIN(-diff / one_pct_bits, oxcf->over_shoot_pct); in calc_pframe_target_size_one_pass_cbr()
223 int over_shoot_pct; member
1740 } else if (rc->rate_error_estimate < -cpi->oxcf.over_shoot_pct) { in av1_twopass_postencode_update()
1614 (int)AOMMIN(-diff / one_pct_bits, oxcf->over_shoot_pct); in calc_pframe_target_size_one_pass_cbr()
327 oxcf->over_shoot_pct = cfg.rc_overshoot_pct; in set_vp8e_config()
655 oxcf->over_shoot_pct = cfg->rc_overshoot_pct; in set_encoder_config()