Lines Matching defs:bandno

167     int tileno, compno, reslevelno, bandno, precno;
192 for(bandno = 0; bandno < reslevel->nbands; bandno++){
193 Jpeg2000Band *band = reslevel->band + bandno;
195 fprintf(fd, "band %d:\n", bandno);
552 int compno, reslevelno, bandno;
561 for (bandno = 0; bandno < nbands; bandno++, gbandno++){
565 int bandpos = bandno + (reslevelno>0),
571 expn = ((bandno&2)>>1) + (reslevelno>0) + s->cbps[compno];
613 static void encode_sigpass(Jpeg2000T1Context *t1, int width, int height, int bandno, int *nmsedec, int bpno)
620 int ctxno = ff_jpeg2000_getsigctxno(t1->flags[(y+1) * t1->stride + x+1], bandno),
649 static void encode_clnpass(Jpeg2000T1Context *t1, int width, int height, int bandno, int *nmsedec, int bpno)
672 int ctxno = ff_jpeg2000_getsigctxno(t1->flags[(y+1) * t1->stride + x+1], bandno);
688 int ctxno = ff_jpeg2000_getsigctxno(t1->flags[(y+1) * t1->stride + x+1], bandno);
785 int bandno, empty = 1;
799 for (bandno = 0; bandno < rlevel->nbands; bandno++) {
800 Jpeg2000Band *band = rlevel->band + bandno;
810 prec->zerobits[pos].val = expn[bandno] + numgbits - 1 - cblk->nonzerobits;
829 for (bandno = 0; bandno < rlevel->nbands; bandno++){
830 Jpeg2000Band *band = rlevel->band + bandno;
856 for (bandno = 0; bandno < rlevel->nbands; bandno++) {
857 Jpeg2000Band *band = rlevel->band + bandno;
914 for (bandno = 0; bandno < rlevel->nbands; bandno++) {
915 Jpeg2000Band *band = rlevel->band + bandno;
1185 int compno, resno, bandno, precno, cblkno;
1195 for (bandno = 0; bandno < reslevel->nbands ; bandno++){
1196 Jpeg2000Band *band = reslevel->band + bandno;
1268 int precno, compno, reslevelno, bandno, cblkno, lev, passno, layno;
1283 for (bandno = 0; bandno < reslevel->nbands ; bandno++){
1284 Jpeg2000Band *band = reslevel->band + bandno;
1369 int precno, compno, reslevelno, bandno, cblkno, lev;
1379 for (bandno = 0; bandno < reslevel->nbands ; bandno++){
1380 int bandpos = bandno + (reslevelno > 0);
1381 Jpeg2000Band *band = reslevel->band + bandno;
1403 int compno, reslevelno, bandno, ret;
1419 for (bandno = 0; bandno < reslevel->nbands ; bandno++){
1420 Jpeg2000Band *band = reslevel->band + bandno;
1423 yy0 = bandno == 0 ? 0 : comp->reslevel[reslevelno-1].coord[1][1] - comp->reslevel[reslevelno-1].coord[1][0];
1431 bandpos = bandno + (reslevelno > 0);
1434 if (reslevelno == 0 || bandno == 1)