Home
last modified time | relevance | path

Searched refs:under_shoot_pct (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/vp8/encoder/
Dparms.cpp47 DOTHIS(O, under_shoot_pct )\
Dratectrl.c822 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()
/external/libvpx/vp8/common/
Donyx.h143 int under_shoot_pct; member
/external/libvpx/vp8/
Dvp8_cx_iface.c318 oxcf->under_shoot_pct = cfg.rc_undershoot_pct; in set_vp8e_config()