OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kf_mode
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/libvpx/test/
keyframe_test.cc
72
cfg_.
kf_mode
= VPX_KF_DISABLED;
82
cfg_.
kf_mode
= VPX_KF_DISABLED;
109
cfg_.
kf_mode
= VPX_KF_AUTO;
datarate_test.cc
154
cfg_.
kf_mode
= VPX_KF_DISABLED;
/external/libvpx/libvpx/vpx/
vpx_encoder.h
586
enum vpx_kf_mode
kf_mode
;
member in struct:vpx_codec_enc_cfg
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
160
RANGE_CHECK(cfg,
kf_mode
, VPX_KF_DISABLED, VPX_KF_AUTO);
186
if (cfg->
kf_mode
!= VPX_KF_DISABLED && cfg->kf_min_dist != cfg->kf_max_dist
366
oxcf->auto_key = cfg.
kf_mode
== VPX_KF_AUTO
817
if (ctx->cfg.
kf_mode
== VPX_KF_AUTO
[
all
...]
/external/libvpx/libvpx/
vp8_multi_resolution_encoder.c
293
//cfg[0].
kf_mode
= VPX_KF_DISABLED;
294
cfg[0].
kf_mode
= VPX_KF_AUTO;
vp8_scalable_patterns.c
200
cfg.
kf_mode
= VPX_KF_DISABLED;
vpxenc.c
[
all
...]
/external/libvpx/libvpx/vpx/src/
vpx_encoder.c
125
cfg->
kf_mode
= VPX_KF_DISABLED;
Completed in 471 milliseconds