HomeSort by relevance Sort by last modified time
    Searched refs:rc_resize_up_thresh (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vpx/
vpx_encoder.h 362 unsigned int rc_resize_up_thresh; member in struct:vpx_codec_enc_cfg
  /external/libvpx/
ivfenc.c 751 cfg.rc_resize_up_thresh = arg_parse_uint(&arg);
947 SHOW(rc_resize_up_thresh);
    [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 149 RANGE_CHECK(cfg, rc_resize_up_thresh, 0, 100);
278 oxcf->resample_up_water_mark = cfg.rc_resize_up_thresh;
    [all...]

Completed in 19 milliseconds