Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dkeyframe_test.cc110 cfg_.kf_mode = VPX_KF_AUTO; in TEST_P()
Dresize_test.cc331 cfg_.kf_mode = VPX_KF_AUTO; in DefaultConfig()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h279 VPX_KF_AUTO, /**< Encoder determines optimal placement automatically */ enumerator
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c156 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()
361 oxcf->auto_key = cfg.kf_mode == VPX_KF_AUTO in set_vp8e_config()
889 if (ctx->cfg.kf_mode == VPX_KF_AUTO in vp8e_encode()
1350 VPX_KF_AUTO, /* g_kfmode*/
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c174 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()
458 oxcf->auto_key = cfg->kf_mode == VPX_KF_AUTO && in set_encoder_config()
1012 if (ctx->cfg.kf_mode == VPX_KF_AUTO && in encoder_encode()
1556 VPX_KF_AUTO, // g_kfmode
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c474 cfg[0].kf_mode = VPX_KF_AUTO; in main()
Dvpx_temporal_svc_encoder.c630 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()