Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h406 unsigned int rc_resize_up_thresh; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c171 RANGE_CHECK_HI(cfg, rc_resize_up_thresh, 100); in validate_config()
329 oxcf->resample_up_water_mark = cfg.rc_resize_up_thresh; in set_vp8e_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c935 config->cfg.rc_resize_up_thresh = arg_parse_uint(&arg); in parse_stream_params()
1118 SHOW(rc_resize_up_thresh); in show_stream_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c165 RANGE_CHECK_HI(cfg, rc_resize_up_thresh, 100); in validate_config()