Searched refs:VPX_KF_AUTO (Results 1 – 10 of 10) sorted by relevance
114 cfg_.kf_mode = VPX_KF_AUTO; in TEST_P()
157 cfg[0].kf_mode = VPX_KF_AUTO; in TEST()
513 cfg_.kf_mode = VPX_KF_AUTO; in DefaultConfig()
248 VPX_KF_AUTO, /**< Encoder determines optimal placement automatically */ enumerator
153 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()342 cfg.kf_mode == VPX_KF_AUTO && cfg.kf_min_dist != cfg.kf_max_dist; in set_vp8e_config()838 if (ctx->cfg.kf_mode == VPX_KF_AUTO && in vp8e_encode()1247 VPX_KF_AUTO, /* g_kfmode*/
177 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()519 cfg->kf_mode == VPX_KF_AUTO && cfg->kf_min_dist != cfg->kf_max_dist; in set_encoder_config()1136 if (ctx->cfg.kf_mode == VPX_KF_AUTO && in encoder_encode()1746 VPX_KF_AUTO, // g_kfmode
431 cfg[0].kf_mode = VPX_KF_AUTO; in main()
741 cfg.kf_mode = VPX_KF_AUTO; in main()
311 config_->kf_mode = VPX_KF_AUTO; in InitEncode()
508 configurations_[0].kf_mode = VPX_KF_AUTO; in InitEncode()