Home
last modified time | relevance | path

Searched refs:VPX_KF_AUTO (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/test/
Dkeyframe_test.cc114 cfg_.kf_mode = VPX_KF_AUTO; in TEST_P()
Dencode_api_test.cc157 cfg[0].kf_mode = VPX_KF_AUTO; in TEST()
Dresize_test.cc513 cfg_.kf_mode = VPX_KF_AUTO; in DefaultConfig()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h248 VPX_KF_AUTO, /**< Encoder determines optimal placement automatically */ enumerator
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c153 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*/
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c177 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
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c431 cfg[0].kf_mode = VPX_KF_AUTO; in main()
Dvpx_temporal_svc_encoder.c741 cfg.kf_mode = VPX_KF_AUTO; in main()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc311 config_->kf_mode = VPX_KF_AUTO; in InitEncode()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc508 configurations_[0].kf_mode = VPX_KF_AUTO; in InitEncode()