Searched refs:allow_lag (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyx.h156 /* lagged compression (if allow_lag == 0 lag_in_frames is ignored) */
157 int allow_lag; member in struct:__anon13063
/external/libvpx/libvpx/vp8/common/
H A Donyx.h145 /* lagged compression (if allow_lag == 0 lag_in_frames is ignored) */
146 int allow_lag; member in struct:__anon24854
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c304 oxcf->allow_lag = 0;
309 oxcf->allow_lag = (cfg.g_lag_in_frames) > 0;
426 printf("allow_lag: %d\n", oxcf->allow_lag);
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c314 oxcf->allow_lag = 0;
319 oxcf->allow_lag = (cfg.g_lag_in_frames) > 0;
436 printf("allow_lag: %d\n", oxcf->allow_lag);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_if.c1766 cpi->oxcf.allow_lag = 0;
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c1734 cpi->oxcf.allow_lag = 0;

Completed in 120 milliseconds