Searched refs:under_shoot_pct (Results 1 – 7 of 7) sorted by relevance
168 int under_shoot_pct; member
777 if (percent_low > cpi->oxcf.under_shoot_pct) in calc_pframe_target_size()778 percent_low = cpi->oxcf.under_shoot_pct; in calc_pframe_target_size()
158 int under_shoot_pct; member
1497 const int pct_low = (int)VPXMIN(diff / one_pct_bits, oxcf->under_shoot_pct); in calc_pframe_target_size_one_pass_cbr()
2803 if (rc->rate_error_estimate > cpi->oxcf.under_shoot_pct) { in vp9_twopass_postencode_update()
346 oxcf->under_shoot_pct = cfg.rc_undershoot_pct; in set_vp8e_config()
435 oxcf->under_shoot_pct = cfg->rc_undershoot_pct; in set_encoder_config()