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

  /external/libvpx/libvpx/vpx/
vpx_encoder.h 584 * (as governed by the #kf_min_dist and #kf_max_dist parameters)
592 * placing a keyframe nearer than kf_min_dist to the previous keyframe. At
593 * least kf_min_dist frames non-keyframes will be coded before the next
594 * keyframe. Set kf_min_dist equal to kf_max_dist for a fixed interval.
596 unsigned int kf_min_dist; member in struct:vpx_codec_enc_cfg
603 * A value of 0 implies all frames will be keyframes. Set kf_min_dist
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 186 if (cfg->kf_mode != VPX_KF_DISABLED && cfg->kf_min_dist != cfg->kf_max_dist
187 && cfg->kf_min_dist > 0)
188 ERROR("kf_min_dist not supported in auto mode, use 0 "
367 && cfg.kf_min_dist != cfg.kf_max_dist;
818 && ctx->cfg.kf_min_dist == ctx->cfg.kf_max_dist)
820 if (++ctx->fixed_kf_cntr > ctx->cfg.kf_min_dist)
    [all...]
  /external/libvpx/libvpx/
vp8_multi_resolution_encoder.c 295 cfg[0].kf_min_dist = 3000;
vpxenc.c 1104 static const arg_def_t kf_min_dist = ARG_DEF(NULL, "kf-min-dist", 1, variable
1112 &kf_min_dist, &kf_max_dist, &kf_disabled, NULL
    [all...]
vp8_scalable_patterns.c 203 cfg.kf_min_dist = cfg.kf_max_dist = 3000;

Completed in 88 milliseconds