Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dkeyframe_test.cc73 cfg_.kf_mode = VPX_KF_DISABLED; in TEST_P()
83 cfg_.kf_mode = VPX_KF_DISABLED; in TEST_P()
110 cfg_.kf_mode = VPX_KF_AUTO; in TEST_P()
Derror_resilience_test.cc198 cfg_.kf_mode = VPX_KF_DISABLED; in TEST_P()
Ddatarate_test.cc161 cfg_.kf_mode = VPX_KF_DISABLED; in TEST_P()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h608 enum vpx_kf_mode kf_mode; member
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c161 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()
187 if (cfg->kf_mode != VPX_KF_DISABLED && cfg->kf_min_dist != cfg->kf_max_dist in validate_config()
364 oxcf->auto_key = cfg.kf_mode == VPX_KF_AUTO in set_vp8e_config()
870 if (ctx->cfg.kf_mode == VPX_KF_AUTO in vp8e_encode()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c167 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO); in validate_config()
208 if (cfg->kf_mode != VPX_KF_DISABLED && in validate_config()
384 oxcf->auto_key = cfg->kf_mode == VPX_KF_AUTO && in set_encoder_config()
865 if (ctx->cfg.kf_mode == VPX_KF_AUTO && in encoder_encode()
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c262 cfg[0].kf_mode = VPX_KF_AUTO; in main()
Dvpx_temporal_svc_encoder.c537 cfg.kf_mode = VPX_KF_AUTO; in main()
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c113 cfg->kf_mode = VPX_KF_DISABLED; in vpx_codec_enc_init_multi_ver()
/external/libvpx/libvpx/
Dvpxenc.c984 config->cfg.kf_mode = VPX_KF_DISABLED; in parse_stream_params()
1172 SHOW(kf_mode); in show_stream_config()