Searched refs:under_shoot_pct (Results 1 – 4 of 4) sorted by relevance
47 DOTHIS(O, under_shoot_pct )\
822 if ((cpi->oxcf.under_shoot_pct > 0) && (cpi->oxcf.under_shoot_pct <= 100)) in vp8_calc_pframe_target_size()823 cpi->this_frame_target = (cpi->this_frame_target * cpi->oxcf.under_shoot_pct) / 100; in vp8_calc_pframe_target_size()
143 int under_shoot_pct; member
318 oxcf->under_shoot_pct = cfg.rc_undershoot_pct; in set_vp8e_config()