Home
last modified time | relevance | path

Searched refs:over_shoot_pct (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyx.h157 int over_shoot_pct; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h217 int over_shoot_pct; member
Dvp9_ratectrl.c1257 const int pct_high = (int)MIN(-diff / one_pct_bits, oxcf->over_shoot_pct); in calc_pframe_target_size_one_pass_cbr()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dratectrl.c869 if (percent_high > cpi->oxcf.over_shoot_pct) in calc_pframe_target_size()
870 percent_high = cpi->oxcf.over_shoot_pct; in calc_pframe_target_size()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c351 oxcf->over_shoot_pct = cfg.rc_overshoot_pct; in set_vp8e_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c323 oxcf->over_shoot_pct = cfg->rc_overshoot_pct; in set_vp9e_config()