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

  /external/libvpx/vp8/common/
onyx.h 135 int lag_in_frames; // how many frames lag before we start encoding member in struct:__anon8456
  /external/libvpx/vp8/encoder/
temporal_filter.c 496 num_frames_backward += cpi->oxcf.lag_in_frames;
498 num_frames_forward = cpi->oxcf.lag_in_frames - (num_frames_backward + 1);
551 + frames_to_blur_forward) % cpi->oxcf.lag_in_frames;
574 which_buffer += cpi->oxcf.lag_in_frames;
onyx_if.c     [all...]
firstpass.c     [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 283 oxcf->lag_in_frames = 0;
288 oxcf->lag_in_frames = cfg.g_lag_in_frames;
380 printf("lag_in_frames: %d\n", oxcf->lag_in_frames);
397 /* Prevent increasing lag_in_frames. This check is stricter than it needs
398 * to be -- the limit is not increasing past the first lag_in_frames
403 ERROR("Cannot increase lag_in_frames");
    [all...]
  /external/libvpx/
vpxenc.c 923 static const arg_def_t lag_in_frames = ARG_DEF(NULL, "lag-in-frames", 1, variable
930 &lag_in_frames, NULL
    [all...]

Completed in 58 milliseconds