HomeSort by relevance Sort by last modified time
    Searched refs:kf_max_dist (Results 1 - 3 of 3) 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/vp8/
vp8_cx_iface.c 166 if (cfg->kf_mode != VPX_KF_DISABLED && cfg->kf_min_dist != cfg->kf_max_dist
169 "or kf_max_dist instead.");
317 && cfg.kf_min_dist != cfg.kf_max_dist;
319 oxcf->key_freq = cfg.kf_max_dist;
688 && ctx->cfg.kf_min_dist == ctx->cfg.kf_max_dist)
    [all...]
  /external/libvpx/
vpxenc.c 951 static const arg_def_t kf_max_dist = ARG_DEF(NULL, "kf-max-dist", 1, variable
957 &kf_min_dist, &kf_max_dist, &kf_disabled, NULL
    [all...]

Completed in 370 milliseconds