Searched refs:VPX_KF_DISABLED (Results 1 – 3 of 3) sorted by relevance
199 VPX_KF_DISABLED = 0 /**< Encoder does not place keyframes. */ enumerator
156 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()171 if (cfg->kf_mode != VPX_KF_DISABLED && cfg->kf_min_dist != cfg->kf_max_dist in validate_config()
1328 cfg.kf_mode = VPX_KF_DISABLED; in main()