FF_DWT_MAX_DECLVLS 45 libavcodec/jpeg2000dwt.h int linelen[FF_DWT_MAX_DECLVLS][2]; FF_DWT_MAX_DECLVLS 46 libavcodec/jpeg2000dwt.h uint8_t mod[FF_DWT_MAX_DECLVLS][2]; ///< coordinates (x0, y0) of decomp. levels mod 2 FF_DWT_MAX_DECLVLS 127 libavcodec/tests/jpeg2000dwt.c decomp_levels = av_lfg_get(&prng) % FF_DWT_MAX_DECLVLS;