Home
last modified time | relevance | path

Searched refs:FF_DWT_MAX_DECLVLS (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Djpeg2000dwt.h32 #define FF_DWT_MAX_DECLVLS 32 ///< max number of decomposition levels macro
45 int linelen[FF_DWT_MAX_DECLVLS][2];
46 uint8_t mod[FF_DWT_MAX_DECLVLS][2]; ///< coordinates (x0, y0) of decomp. levels mod 2
/third_party/ffmpeg/libavcodec/tests/
H A Djpeg2000dwt.c132 decomp_levels = av_lfg_get(&prng) % FF_DWT_MAX_DECLVLS; in main()

Completed in 2 milliseconds