Searched refs:under_shoot_pct (Results 1 – 5 of 5) sorted by relevance
47 DOTHIS(O, under_shoot_pct )\
819 if ((cpi->oxcf.under_shoot_pct > 0) && (cpi->oxcf.under_shoot_pct <= 100)) in vp8_calc_pframe_target_size()820 cpi->this_frame_target = (cpi->this_frame_target * cpi->oxcf.under_shoot_pct) / 100; in vp8_calc_pframe_target_size()
1499 cpi->oxcf.under_shoot_pct = 90; in vp8_init_config()
141 int under_shoot_pct; member
305 oxcf->under_shoot_pct = cfg.rc_undershoot_pct; in set_vp8e_config()