Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvpx_encoder.h422 unsigned int rc_resize_up_thresh; member
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c184 RANGE_CHECK_HI(cfg, rc_resize_up_thresh, 100); in validate_config()
324 oxcf->resample_up_water_mark = cfg.rc_resize_up_thresh; in set_vp8e_config()
/external/libvpx/libvpx/
Dvpxenc.c923 config->cfg.rc_resize_up_thresh = arg_parse_uint(&arg); in parse_stream_params()
1145 SHOW(rc_resize_up_thresh); in show_stream_config()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c205 RANGE_CHECK_HI(cfg, rc_resize_up_thresh, 100); in validate_config()