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

  /external/libvpx/libvpx/vpx/
vpx_encoder.h 439 unsigned int rc_resize_up_thresh; member in struct:vpx_codec_enc_cfg
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 163 RANGE_CHECK_HI(cfg, rc_resize_up_thresh, 100);
305 oxcf->resample_up_water_mark = cfg.rc_resize_up_thresh;
    [all...]
  /external/libvpx/libvpx/
vpxenc.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 178 RANGE_CHECK_HI(cfg, rc_resize_up_thresh, 100);
    [all...]

Completed in 308 milliseconds