Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching full:numbands

9139       OPJ_INT32 bandno, numbands;
9160 numbands
9161 for (bandno = 0; bandno < numbands; bandno++) {
9388 OPJ_INT32 bandno, numbands;
9407 numbands = (l_tccp->qntsty == J2K_CCP_QNTSTY_SIQNT) ? 1 : (OPJ_INT32)l_tccp->numresolutions * 3 - 2;
9408 if (numbands < OPJ_J2K_MAXBANDS) {
9409 for (bandno = 0; bandno < numbands; bandno++) {