HomeSort by relevance Sort by last modified time
    Searched defs:kf_max_dist (Results 1 - 2 of 2) sorted by null

  /external/libvpx/vpx/
vpx_encoder.h 527 * (as governed by the #kf_min_dist and #kf_max_dist parameters)
537 * keyframe. Set kf_min_dist equal to kf_max_dist for a fixed interval.
545 * a keyframe if one has not been coded in the last kf_max_dist frames.
547 * equal to kf_max_dist for a fixed interval.
549 unsigned int kf_max_dist; member in struct:vpx_codec_enc_cfg
  /external/libvpx/
ivfenc.c 506 static const arg_def_t kf_max_dist = ARG_DEF(NULL, "kf-max-dist", 1, variable
512 &kf_min_dist, &kf_max_dist, &kf_disabled, NULL
803 else if (arg_match(&arg, &kf_max_dist, argi))
804 cfg.kf_max_dist = arg_parse_uint(&arg);
963 SHOW(kf_max_dist);
    [all...]

Completed in 34 milliseconds