Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dparms.cpp47 DOTHIS(O, under_shoot_pct )\
Dratectrl.c819 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()
Donyx_if.c1499 cpi->oxcf.under_shoot_pct = 90; in vp8_init_config()
/external/libvpx/vp8/common/
Donyx.h141 int under_shoot_pct; member
/external/libvpx/vp8/
Dvp8_cx_iface.c305 oxcf->under_shoot_pct = cfg.rc_undershoot_pct; in set_vp8e_config()