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

  /external/libvpx/libvpx/
warnings.c 80 int lag_in_frames, int deadline, int rc_end_usage,
82 if (deadline == VPX_DL_REALTIME && lag_in_frames != 0 && rc_end_usage == 1)
vpxenc.c 254 static const arg_def_t lag_in_frames = variable
276 &lag_in_frames,
    [all...]
  /external/libvpx/libvpx/vp8/common/
onyx.h 147 /* lagged compression (if allow_lag == 0 lag_in_frames is ignored) */
149 int lag_in_frames; /* how many frames lag before we start encoding */ member in struct:__anon26124
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c     [all...]
vp9_encoder.h 170 int lag_in_frames; // how many frames lag before we start encoding member in struct:VP9EncoderConfig
880 cpi->oxcf.lag_in_frames >= MIN_LOOKAHEAD_FOR_ARFS &&
vp9_speed_features.c 454 if (cpi->oxcf.rc_mode == VPX_VBR && cpi->oxcf.lag_in_frames > 0)
492 if (cpi->oxcf.rc_mode == VPX_VBR && cpi->oxcf.lag_in_frames > 0 &&
537 if (cpi->oxcf.rc_mode == VPX_VBR && cpi->oxcf.lag_in_frames > 0) {
    [all...]
vp9_pickmode.c     [all...]
vp9_encodeframe.c     [all...]
vp9_firstpass.c     [all...]
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
firstpass.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 295 oxcf->lag_in_frames = 0;
298 oxcf->lag_in_frames = cfg.g_lag_in_frames;
418 printf("lag_in_frames: %d\n", oxcf->lag_in_frames);
439 /* Prevent increasing lag_in_frames. This check is stricter than it needs
440 * to be -- the limit is not increasing past the first lag_in_frames
445 ERROR("Cannot increase lag_in_frames");
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 490 oxcf->lag_in_frames =
642 printf("lag_in_frames: %d\n", oxcf->lag_in_frames);
667 // Prevent increasing lag_in_frames. This check is stricter than it needs
668 // to be -- the limit is not increasing past the first lag_in_frames
672 ERROR("Cannot increase lag_in_frames");
    [all...]

Completed in 525 milliseconds