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

/external/libvpx/libvpx/vpx/
H A Dvpx_encoder.h602 * (as governed by the #kf_min_dist and #kf_max_dist parameters)
611 * keyframe. Set kf_min_dist equal to kf_max_dist for a fixed interval.
618 * a keyframe if one has not been coded in the last kf_max_dist frames.
620 * equal to kf_max_dist for a fixed interval.
622 unsigned int kf_max_dist; member in struct:vpx_codec_enc_cfg
/external/libvpx/libvpx/
H A Dvpxenc.c329 static const arg_def_t kf_max_dist = variable
333 static const arg_def_t *kf_args[] = { &kf_min_dist, &kf_max_dist, &kf_disabled,
1234 } else if (arg_match(&arg, &kf_max_dist, argi)) {
1235 config->cfg.kf_max_dist = arg_parse_uint(&arg);
1430 SHOW(kf_max_dist);

Completed in 203 milliseconds