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.h480 unsigned int rc_resize_down_thresh; member
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c168 RANGE_CHECK_HI(cfg, rc_resize_down_thresh, 100); in validate_config()
326 oxcf->resample_down_water_mark = cfg.rc_resize_down_thresh; in set_vp8e_config()
/external/libvpx/libvpx/
Dvpxenc.c1184 config->cfg.rc_resize_down_thresh = arg_parse_uint(&arg); in parse_stream_params()
1422 SHOW(rc_resize_down_thresh); in show_stream_config()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c178 RANGE_CHECK_HI(cfg, rc_resize_down_thresh, 100); in validate_config()