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

  /external/libvpx/vpx/
vpx_encoder.h 371 unsigned int rc_resize_down_thresh; member in struct:vpx_codec_enc_cfg
  /external/libvpx/
ivfenc.c 753 cfg.rc_resize_down_thresh = arg_parse_uint(&arg);
755 cfg.rc_resize_down_thresh = arg_parse_uint(&arg);
948 SHOW(rc_resize_down_thresh);
    [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 150 RANGE_CHECK(cfg, rc_resize_down_thresh, 0, 100);
279 oxcf->resample_down_water_mark = cfg.rc_resize_down_thresh;
    [all...]

Completed in 26 milliseconds