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

  /external/libvpx/libvpx/vpx/
vpx_encoder.h 449 unsigned int rc_resize_down_thresh; member in struct:vpx_codec_enc_cfg
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 164 RANGE_CHECK_HI(cfg, rc_resize_down_thresh, 100);
306 oxcf->resample_down_water_mark = cfg.rc_resize_down_thresh;
    [all...]
  /external/libvpx/libvpx/
vpxenc.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 178 RANGE_CHECK_HI(cfg, rc_resize_down_thresh, 100);
    [all...]

Completed in 233 milliseconds