Searched refs:under_shoot_pct (Results 1 – 11 of 11) sorted by relevance
158 int under_shoot_pct; member
709 if (percent_low > cpi->oxcf.under_shoot_pct) { in calc_pframe_target_size()710 percent_low = cpi->oxcf.under_shoot_pct; in calc_pframe_target_size()
180 int under_shoot_pct; member
3315 if (rc->rate_error_estimate > cpi->oxcf.under_shoot_pct) { in vp9_twopass_postencode_update()
2065 const int pct_low = (int)VPXMIN(diff / one_pct_bits, oxcf->under_shoot_pct); in calc_pframe_target_size_one_pass_cbr()
222 int under_shoot_pct; member
1735 if (rc->rate_error_estimate > cpi->oxcf.under_shoot_pct) { in av1_twopass_postencode_update()
1609 const int pct_low = (int)AOMMIN(diff / one_pct_bits, oxcf->under_shoot_pct); in calc_pframe_target_size_one_pass_cbr()
326 oxcf->under_shoot_pct = cfg.rc_undershoot_pct; in set_vp8e_config()
493 oxcf->under_shoot_pct = cfg->rc_undershoot_pct; in set_encoder_config()
654 oxcf->under_shoot_pct = cfg->rc_undershoot_pct; in set_encoder_config()