OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kf_max_dist
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vpx/
vpx_encoder.h
528
* (as governed by the #kf_min_dist and #
kf_max_dist
parameters)
538
* keyframe. Set kf_min_dist equal to
kf_max_dist
for a fixed interval.
546
* a keyframe if one has not been coded in the last
kf_max_dist
frames.
548
* equal to
kf_max_dist
for a fixed interval.
550
unsigned int
kf_max_dist
;
member in struct:vpx_codec_enc_cfg
/external/libvpx/vp8/
vp8_cx_iface.c
171
if (cfg->kf_mode != VPX_KF_DISABLED && cfg->kf_min_dist != cfg->
kf_max_dist
174
"or
kf_max_dist
instead.");
330
&& cfg.kf_min_dist != cfg.
kf_max_dist
;
332
oxcf->key_freq = cfg.
kf_max_dist
;
714
&& ctx->cfg.kf_min_dist == ctx->cfg.
kf_max_dist
)
[
all
...]
/external/libvpx/
vpxenc.c
988
static const arg_def_t
kf_max_dist
= ARG_DEF(NULL, "kf-max-dist", 1,
variable
994
&kf_min_dist, &
kf_max_dist
, &kf_disabled, NULL
[
all
...]
Completed in 291 milliseconds