Searched defs:kf_max_dist (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx/
H A Dvpx_encoder.h613 * (as governed by the #kf_min_dist and #kf_max_dist parameters)
622 * keyframe. Set kf_min_dist equal to kf_max_dist for a fixed interval.
629 * a keyframe if one has not been coded in the last kf_max_dist frames.
631 * equal to kf_max_dist for a fixed interval.
633 unsigned int kf_max_dist; member in struct:vpx_codec_enc_cfg
/external/libvpx/libvpx/
H A Dvpxenc.c335 static const arg_def_t kf_max_dist = variable
339 static const arg_def_t *kf_args[] = { &kf_min_dist, &kf_max_dist, &kf_disabled,
1263 } else if (arg_match(&arg, &kf_max_dist, argi)) {
1264 config->cfg.kf_max_dist = arg_parse_uint(&arg);
1460 SHOW(kf_max_dist);

Completed in 426 milliseconds