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 133 int lag_in_frames; // how many frames lag before we start encoding member in struct:__anon5086
  /external/libvpx/vp8/encoder/
temporal_filter.c 561 num_frames_backward += cpi->oxcf.lag_in_frames;
563 num_frames_forward = cpi->oxcf.lag_in_frames - (num_frames_backward + 1);
616 + frames_to_blur_forward) % cpi->oxcf.lag_in_frames;
639 which_buffer += cpi->oxcf.lag_in_frames;
onyx_if.c     [all...]
firstpass.c     [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 275 oxcf->lag_in_frames = 0;
280 oxcf->lag_in_frames = cfg.g_lag_in_frames;
366 printf("lag_in_frames: %d\n", oxcf->lag_in_frames);
383 /* Prevent increasing lag_in_frames. This check is stricter than it needs
384 * to be -- the limit is not increasing past the first lag_in_frames
389 ERROR("Cannot increase lag_in_frames");
    [all...]
  /external/libvpx/
vpxenc.c 892 static const arg_def_t lag_in_frames = ARG_DEF(NULL, "lag-in-frames", 1, variable
899 &lag_in_frames, NULL
    [all...]

Completed in 433 milliseconds