Searched refs:over_shoot_pct (Results 1 – 7 of 7) sorted by relevance
169 int over_shoot_pct; member
875 if (percent_high > cpi->oxcf.over_shoot_pct) in calc_pframe_target_size()876 percent_high = cpi->oxcf.over_shoot_pct; in calc_pframe_target_size()
159 int over_shoot_pct; member
1491 const int pct_high = (int)MIN(-diff / one_pct_bits, oxcf->over_shoot_pct); in calc_pframe_target_size_one_pass_cbr()
2809 } else if (rc->rate_error_estimate < -cpi->oxcf.over_shoot_pct) { in vp9_twopass_postencode_update()
346 oxcf->over_shoot_pct = cfg.rc_overshoot_pct; in set_vp8e_config()
428 oxcf->over_shoot_pct = cfg->rc_overshoot_pct; in set_encoder_config()