Searched refs:VPX_KF_DISABLED (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/vpx/
H A Dvpx_encoder.h193 * 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. */ enumerator in enum:vpx_kf_mode
/external/libvpx/vp8/
H A Dvp8_cx_iface.c156 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
/external/libvpx/
H A Dvpxenc.c1328 cfg.kf_mode = VPX_KF_DISABLED;

Completed in 23 milliseconds