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

  /external/libvpx/vpx/
vpx_encoder.h 528 * (as governed by the #kf_min_dist and #kf_max_dist parameters)
536 * placing a keyframe nearer than kf_min_dist to the previous keyframe. At
537 * least kf_min_dist frames non-keyframes will be coded before the next
538 * keyframe. Set kf_min_dist equal to kf_max_dist for a fixed interval.
540 unsigned int kf_min_dist; member in struct:vpx_codec_enc_cfg
547 * A value of 0 implies all frames will be keyframes. Set kf_min_dist
  /external/libvpx/
vpxenc.c 986 static const arg_def_t kf_min_dist = ARG_DEF(NULL, "kf-min-dist", 1, variable
994 &kf_min_dist, &kf_max_dist, &kf_disabled, NULL
    [all...]

Completed in 47 milliseconds