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

  /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/
vpxenc.c 254 static const arg_def_t lag_in_frames = variable
276 &lag_in_frames,
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
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 &&

Completed in 94 milliseconds