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

  /external/libvpx/libvpx/vpx/
vpx_encoder.h 402 unsigned int rc_resize_allowed; member in struct:vpx_codec_enc_cfg
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 166 RANGE_CHECK_HI(cfg, rc_resize_allowed, 0);
168 RANGE_CHECK_BOOL(cfg, rc_resize_allowed);
326 oxcf->allow_spatial_resampling = cfg.rc_resize_allowed;
    [all...]
  /external/libvpx/libvpx/
vp8_multi_resolution_encoder.c 278 cfg[0].rc_resize_allowed = 0;
vp8_scalable_patterns.c 188 cfg.rc_resize_allowed = 0;
vpxenc.c     [all...]

Completed in 64 milliseconds