HomeSort by relevance Sort by last modified time
    Searched refs:kf_min_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)
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/vp8/
vp8_cx_iface.c 171 if (cfg->kf_mode != VPX_KF_DISABLED && cfg->kf_min_dist != cfg->kf_max_dist
172 && cfg->kf_min_dist > 0)
173 ERROR("kf_min_dist not supported in auto mode, use 0 "
330 && cfg.kf_min_dist != cfg.kf_max_dist;
331 //oxcf->kf_min_dist = cfg.kf_min_dis;
714 && ctx->cfg.kf_min_dist == ctx->cfg.kf_max_dist)
716 if (++ctx->fixed_kf_cntr > ctx->cfg.kf_min_dist)
    [all...]
  /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 96 milliseconds