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

  /external/libvpx/vpx/
vpx_encoder.h 193 * are VPX_KF_AUTO and VPX_KF_DISABLED.
198 VPX_KF_AUTO, /**< Encoder determines optimal placement automatically */
  /external/libvpx/vp8/
vp8_cx_iface.c 156 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO);
329 oxcf->auto_key = cfg.kf_mode == VPX_KF_AUTO
713 if (ctx->cfg.kf_mode == VPX_KF_AUTO
    [all...]

Completed in 616 milliseconds