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.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.cc531 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.c173 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()
362 cfg.kf_mode == VPX_KF_AUTO && cfg.kf_min_dist != cfg.kf_max_dist; in set_vp8e_config()
877 if (ctx->cfg.kf_mode == VPX_KF_AUTO && in vp8e_encode()
1287 VPX_KF_AUTO, /* g_kfmode*/
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c202 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()
560 cfg->kf_mode == VPX_KF_AUTO && cfg->kf_min_dist != cfg->kf_max_dist; in set_encoder_config()
1166 if (ctx->cfg.kf_mode == VPX_KF_AUTO && in encoder_encode()
1822 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.c767 cfg.kf_mode = VPX_KF_AUTO; in main()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc596 vpx_configs_[0].kf_mode = VPX_KF_AUTO; in InitEncode()