OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kf_mode
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vpx/
vpx_encoder.h
530
enum vpx_kf_mode
kf_mode
;
member in struct:vpx_codec_enc_cfg
/external/libvpx/vp8/
vp8_cx_iface.c
156
RANGE_CHECK(cfg,
kf_mode
, VPX_KF_DISABLED, VPX_KF_AUTO);
171
if (cfg->
kf_mode
!= VPX_KF_DISABLED && cfg->kf_min_dist != cfg->kf_max_dist
329
oxcf->auto_key = cfg.
kf_mode
== VPX_KF_AUTO
713
if (ctx->cfg.
kf_mode
== VPX_KF_AUTO
[
all
...]
/external/libvpx/
vpxenc.c
[
all
...]
Completed in 131 milliseconds