Lines Matching defs:bandno
99 static int getsigctxno(int flag, int bandno)
112 if (bandno < 3) {
113 if (bandno == 1)
208 int bandno, int gbandno, int reslevelno,
222 // lut_gain[codsty->transform == FF_DWT53][bandno + (reslevelno > 0)];
243 switch (bandno + (reslevelno > 0)) {
276 int precno, int bandno, int reslevelno,
362 if ((bandno + !!reslevelno) & 1) {
368 if ((bandno + !!reslevelno) & 2) {
393 int bandno, int gbandno, int reslevelno,
396 Jpeg2000Band *band = reslevel->band + bandno;
403 init_band_stepsize(avctx, band, codsty, qntsty, bandno, gbandno, reslevelno, cbps);
425 /* x0_b and y0_b are computed with ((bandno + 1 >> i) & 1) */
431 (((bandno + 1 >> i) & 1LL) << declvl - 1),
457 precno, bandno, reslevelno,
472 int reslevelno, bandno, gbandno = 0, ret, i, j;
564 for (bandno = 0; bandno < reslevel->nbands; bandno++, gbandno++) {
567 bandno, gbandno, reslevelno,
578 int reslevelno, bandno, cblkno, precno;
581 for (bandno = 0; bandno < rlevel->nbands; bandno++) {
582 Jpeg2000Band *band = rlevel->band + bandno;
599 int reslevelno, bandno, precno;
609 for (bandno = 0; bandno < reslevel->nbands; bandno++) {
615 band = reslevel->band + bandno;