Searched refs:VPX_KF_AUTO (Results 1 – 5 of 5) sorted by relevance
110 cfg_.kf_mode = VPX_KF_AUTO; in TEST_P()
242 VPX_KF_AUTO, /**< Encoder determines optimal placement automatically */ enumerator
160 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()365 oxcf->auto_key = cfg.kf_mode == VPX_KF_AUTO in set_vp8e_config()814 if (ctx->cfg.kf_mode == VPX_KF_AUTO in vp8e_encode()1266 VPX_KF_AUTO, /* g_kfmode*/
162 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()335 oxcf->auto_key = cfg->kf_mode == VPX_KF_AUTO && in set_vp9e_config()715 if (ctx->cfg.kf_mode == VPX_KF_AUTO && in vp9e_encode()1152 VPX_KF_AUTO, /* g_kfmode*/
280 cfg[0].kf_mode = VPX_KF_AUTO; in main()