Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvpx_encoder.h430 unsigned int rc_resize_down_thresh; member
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c185 RANGE_CHECK_HI(cfg, rc_resize_down_thresh, 100); in validate_config()
325 oxcf->resample_down_water_mark = cfg.rc_resize_down_thresh; in set_vp8e_config()
/external/libvpx/libvpx/
Dvpxenc.c925 config->cfg.rc_resize_down_thresh = arg_parse_uint(&arg); in parse_stream_params()
1146 SHOW(rc_resize_down_thresh); in show_stream_config()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c206 RANGE_CHECK_HI(cfg, rc_resize_down_thresh, 100); in validate_config()