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

  /external/libvpx/libvpx/vp9/common/
vp9_onyx.h 108 int allow_lag; // allow lagged compression (if 0 lagin frames is ignored) member in struct:__anon21289
  /external/libvpx/libvpx/vp8/common/
onyx.h 145 /* lagged compression (if allow_lag == 0 lag_in_frames is ignored) */
146 int allow_lag; member in struct:__anon21219
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 270 oxcf->allow_lag = 0;
273 oxcf->allow_lag = (cfg.g_lag_in_frames) > 0;
361 printf("allow_lag: %d\n", oxcf->allow_lag);
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 314 oxcf->allow_lag = 0;
319 oxcf->allow_lag = (cfg.g_lag_in_frames) > 0;
437 printf("allow_lag: %d\n", oxcf->allow_lag);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]

Completed in 29 milliseconds