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

/external/libvpx/libvpx/vp8/common/
H A Donyx.h157 /* lagged compression (if allow_lag == 0 lag_in_frames is ignored) */
158 int allow_lag; member in struct:__anon11015
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c312 oxcf->allow_lag = 0;
317 oxcf->allow_lag = (cfg.g_lag_in_frames) > 0;
438 printf("allow_lag: %d\n", oxcf->allow_lag);
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c1784 cpi->oxcf.allow_lag = 0;

Completed in 2002 milliseconds