Home | History | Annotate | Download | only in libjasper

Lines Matching full:band

162     jpc_dec_band_t *band;
239 for (bandno = 0, band = rlvl->bands; bandno < rlvl->numbands;
240 ++bandno, ++band) {
241 if (!band->data) {
244 prc = &band->prcs[prcno];
372 for (bandno = 0, band = rlvl->bands; bandno < rlvl->numbands;
373 ++bandno, ++band) {
374 if (!band->data) {
377 prc = &band->prcs[prcno];
391 jas_eprintf("lyrno=%02d, compno=%02d, lvlno=%02d, prcno=%02d, bandno=%02d, cblkno=%02d, passno=%02d numpasses=%02d cnt=%d numbps=%d, numimsbs=%d\n", lyrno, compno, rlvlno, prcno, band - rlvl->bands, cblk - prc->cblks, seg->passno, seg->numpasses, seg->cnt, band->numbps, cblk->numimsbs);