Searched refs:kf_mode (Results 1 - 14 of 14) sorted by relevance

/external/libvpx/libvpx/test/
H A Dkeyframe_test.cc75 cfg_.kf_mode = VPX_KF_DISABLED;
85 cfg_.kf_mode = VPX_KF_DISABLED;
112 cfg_.kf_mode = VPX_KF_AUTO;
H A Derror_resilience_test.cc246 cfg_.kf_mode = VPX_KF_DISABLED;
316 cfg_.kf_mode = VPX_KF_DISABLED;
363 cfg_.kf_mode = VPX_KF_DISABLED;
539 cfg_.kf_mode = VPX_KF_DISABLED;
H A Dencode_api_test.cc157 cfg[0].kf_mode = VPX_KF_AUTO;
H A Dresize_test.cc478 cfg_.kf_mode = VPX_KF_AUTO;
H A Ddatarate_test.cc247 cfg_.kf_mode = VPX_KF_DISABLED;
382 cfg_.kf_mode = VPX_KF_DISABLED;
/external/libvpx/libvpx/vpx/
H A Dvpx_encoder.h615 enum vpx_kf_mode kf_mode; member in struct:vpx_codec_enc_cfg
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c152 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO);
178 if (cfg->kf_mode != VPX_KF_DISABLED && cfg->kf_min_dist != cfg->kf_max_dist &&
343 cfg.kf_mode == VPX_KF_AUTO && cfg.kf_min_dist != cfg.kf_max_dist;
824 if (ctx->cfg.kf_mode == VPX_KF_AUTO &&
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc506 configurations_[0].kf_mode = VPX_KF_DISABLED;
508 configurations_[0].kf_mode = VPX_KF_AUTO;
511 configurations_[0].kf_mode = VPX_KF_DISABLED;
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c175 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO);
258 if (cfg->kf_mode != VPX_KF_DISABLED && cfg->kf_min_dist != cfg->kf_max_dist &&
533 cfg->kf_mode == VPX_KF_AUTO && cfg->kf_min_dist != cfg->kf_max_dist;
1160 if (ctx->cfg.kf_mode == VPX_KF_AUTO &&
/external/libvpx/libvpx/vpx/src/
H A Dvpx_encoder.c108 if (mr_cfg.mr_encoder_id) cfg->kf_mode = VPX_KF_DISABLED;
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_impl.cc311 config_->kf_mode = VPX_KF_AUTO;
317 config_->kf_mode = VPX_KF_DISABLED;
/external/libvpx/libvpx/examples/
H A Dvp8_multi_resolution_encoder.c431 cfg[0].kf_mode = VPX_KF_AUTO;
H A Dvpx_temporal_svc_encoder.c713 cfg.kf_mode = VPX_KF_AUTO;
/external/libvpx/libvpx/
H A Dvpxenc.c1266 config->cfg.kf_mode = VPX_KF_DISABLED;
1458 SHOW(kf_mode);

Completed in 152 milliseconds