Home
last modified time | relevance | path

Searched refs:OPJ_J2K_MAXBANDS (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dopenjpeg.h147 #define OPJ_J2K_MAXBANDS (3*OPJ_J2K_MAXRLVLS-2) /**< Number of maximum sub-band linked to number of… macro
877 OPJ_UINT32 stepsizes_mant[OPJ_J2K_MAXBANDS];
879 OPJ_UINT32 stepsizes_expn[OPJ_J2K_MAXBANDS];
Dj2k.h193 opj_stepsize_t stepsizes[OPJ_J2K_MAXBANDS];
Dj2k.c8904 if( l_num_band > OPJ_J2K_MAXBANDS ) {
8907 … "OPJ_J2K_MAXBANDS (%d) and skip the rest. \n", l_num_band, OPJ_J2K_MAXBANDS, OPJ_J2K_MAXBANDS);
8916 if (/*(l_num_band < 0) ||*/ (l_num_band >= OPJ_J2K_MAXBANDS)) {
8938 if (l_band_no < OPJ_J2K_MAXBANDS){
8949 if (l_band_no < OPJ_J2K_MAXBANDS){
8959 for (l_band_no = 1; l_band_no < OPJ_J2K_MAXBANDS; l_band_no++) {
8989 l_size = OPJ_J2K_MAXBANDS * sizeof(opj_stepsize_t);
9283 if (numbands < OPJ_J2K_MAXBANDS) {