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

  /external/libvpx/vp8/common/
onyx.h 132 int allow_lag; // allow lagged compression (if 0 lagin frames is ignored) member in struct:__anon5086
  /external/libvpx/vp8/
vp8_cx_iface.c 274 oxcf->allow_lag = 0;
279 oxcf->allow_lag = (cfg.g_lag_in_frames) > 0;
365 printf("allow_lag: %d\n", oxcf->allow_lag);
    [all...]
  /external/libvpx/vp8/encoder/
onyx_if.c     [all...]

Completed in 67 milliseconds