Searched refs:VPX_KF_DISABLED (Results 1 – 10 of 10) sorted by relevance
73 cfg_.kf_mode = VPX_KF_DISABLED; in TEST_P()83 cfg_.kf_mode = VPX_KF_DISABLED; in TEST_P()
198 cfg_.kf_mode = VPX_KF_DISABLED; in TEST_P()
161 cfg_.kf_mode = VPX_KF_DISABLED; in TEST_P()
243 VPX_KF_DISABLED = 0 /**< Encoder does not place keyframes. */ enumerator
117 cfg->kf_mode = VPX_KF_DISABLED; in vpx_codec_enc_init_multi_ver()
577 enc_cfg->kf_mode = VPX_KF_DISABLED; in vpx_svc_init()
160 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()186 if (cfg->kf_mode != VPX_KF_DISABLED && cfg->kf_min_dist != cfg->kf_max_dist in validate_config()
162 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()185 if (cfg->kf_mode != VPX_KF_DISABLED && in validate_config()
529 cfg.kf_mode = VPX_KF_DISABLED; in main()
976 config->cfg.kf_mode = VPX_KF_DISABLED; in parse_stream_params()