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

  /external/libvpx/vpx/
vpx_encoder.h 193 * are VPX_KF_AUTO and VPX_KF_DISABLED.
197 VPX_KF_FIXED, /**< deprecated, implies VPX_KF_DISABLED */
199 VPX_KF_DISABLED = 0 /**< Encoder does not place keyframes. */
  /external/libvpx/vp8/
vp8_cx_iface.c 156 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO);
171 if (cfg->kf_mode != VPX_KF_DISABLED && cfg->kf_min_dist != cfg->kf_max_dist
    [all...]
  /external/libvpx/
vpxenc.c     [all...]

Completed in 177 milliseconds