JPC_MAXRLVLS      746 3rdparty/libjasper/jpc_cs.c     if (compparms->numrlvls > JPC_MAXRLVLS) {
JPC_MAXRLVLS      988 3rdparty/libjasper/jpc_cs.c     if (compparms->numstepsizes > 3 * JPC_MAXRLVLS + 1) {
JPC_MAXRLVLS       90 3rdparty/libjasper/jpc_cs.h #define	JPC_MAXBANDS	(3 * JPC_MAXRLVLS + 1)
JPC_MAXRLVLS      315 3rdparty/libjasper/jpc_cs.h     jpc_coxrlvl_t rlvls[JPC_MAXRLVLS];
JPC_MAXRLVLS     1609 3rdparty/libjasper/jpc_dec.c             for (i = 0; i < JPC_MAXRLVLS; ++i) {
JPC_MAXRLVLS      171 3rdparty/libjasper/jpc_dec.h     uint_fast16_t stepsizes[3 * JPC_MAXRLVLS + 1];
JPC_MAXRLVLS      183 3rdparty/libjasper/jpc_dec.h     uint_fast8_t prcwidthexpns[JPC_MAXRLVLS];
JPC_MAXRLVLS      186 3rdparty/libjasper/jpc_dec.h     uint_fast8_t prcheightexpns[JPC_MAXRLVLS];
JPC_MAXRLVLS      178 3rdparty/libjasper/jpc_enc.h     uint_fast16_t prcwidthexpns[JPC_MAXRLVLS];
JPC_MAXRLVLS      181 3rdparty/libjasper/jpc_enc.h     uint_fast16_t prcheightexpns[JPC_MAXRLVLS];
JPC_MAXRLVLS      527 3rdparty/libjasper/jpc_enc.h     int prcwidthexpns[JPC_MAXRLVLS];
JPC_MAXRLVLS      530 3rdparty/libjasper/jpc_enc.h     int prcheightexpns[JPC_MAXRLVLS];