Searched refs:FF_DWT_MAX_DECLVLS (Results 1 – 2 of 2) sorted by relevance
32 #define FF_DWT_MAX_DECLVLS 32 ///< max number of decomposition levels macro45 int linelen[FF_DWT_MAX_DECLVLS][2];46 uint8_t mod[FF_DWT_MAX_DECLVLS][2]; ///< coordinates (x0, y0) of decomp. levels mod 2
127 decomp_levels = av_lfg_get(&prng) % FF_DWT_MAX_DECLVLS; in main()