Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h415 unsigned int rc_resize_down_thresh; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c172 RANGE_CHECK_HI(cfg, rc_resize_down_thresh, 100); in validate_config()
330 oxcf->resample_down_water_mark = cfg.rc_resize_down_thresh; in set_vp8e_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c937 config->cfg.rc_resize_down_thresh = arg_parse_uint(&arg); in parse_stream_params()
1119 SHOW(rc_resize_down_thresh); in show_stream_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c166 RANGE_CHECK_HI(cfg, rc_resize_down_thresh, 100); in validate_config()