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 145 /* lagged compression (if allow_lag == 0 lag_in_frames is ignored) */
147 int lag_in_frames; /* how many frames lag before we start encoding */ member in struct:__anon21219
  /external/libvpx/libvpx/vp9/common/
vp9_onyx.h 109 int lag_in_frames; // how many frames lag before we start encoding member in struct:__anon21289
  /external/libvpx/libvpx/
vpxenc.c 454 static const arg_def_t lag_in_frames = ARG_DEF(NULL, "lag-in-frames", 1, variable
461 &lag_in_frames, NULL
    [all...]

Completed in 120 milliseconds