Searched refs:under_shoot_pct (Results 1 – 11 of 11) sorted by relevance
158 int under_shoot_pct; member
713 if (percent_low > cpi->oxcf.under_shoot_pct) { in calc_pframe_target_size()714 percent_low = cpi->oxcf.under_shoot_pct; in calc_pframe_target_size()
534 oxcf->under_shoot_pct = cfg->rc_undershoot_pct; in set_encoder_config()1936 oxcf.under_shoot_pct = 100; in vp9_get_encoder_config()1983 DUMP_STRUCT_VALUE(oxcf, under_shoot_pct); in vp9_dump_encoder_config()
188 int under_shoot_pct; member
2140 const int pct_low = (int)VPXMIN(diff / one_pct_bits, oxcf->under_shoot_pct); in calc_pframe_target_size_one_pass_cbr()
3573 if (rc->rate_error_estimate > cpi->oxcf.under_shoot_pct) { in vp9_twopass_postencode_update()
257 int under_shoot_pct; member
235 AOMMIN(cpi->oxcf.under_shoot_pct, cpi->oxcf.over_shoot_pct); in get_twopass_worst_quality()2843 if (rc->rate_error_estimate > cpi->oxcf.under_shoot_pct) { in av1_twopass_postencode_update()
1923 const int pct_low = (int)AOMMIN(diff / one_pct_bits, oxcf->under_shoot_pct); in av1_calc_pframe_target_size_one_pass_cbr()
346 oxcf->under_shoot_pct = cfg.rc_undershoot_pct; in set_vp8e_config()
805 oxcf->under_shoot_pct = cfg->rc_undershoot_pct; in set_encoder_config()