• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching refs:bandno

106     int tileno, compno, reslevelno, bandno, precno;
131 for(bandno = 0; bandno < reslevel->nbands; bandno++){
132 Jpeg2000Band *band = reslevel->band + bandno;
134 fprintf(fd, "band %d:\n", bandno);
423 int compno, reslevelno, bandno;
432 for (bandno = 0; bandno < nbands; bandno++, gbandno++){
436 int bandpos = bandno + (reslevelno>0),
442 expn = ((bandno&2)>>1) + (reslevelno>0) + s->cbps[compno];
483 static void encode_sigpass(Jpeg2000T1Context *t1, int width, int height, int bandno, int *nmsedec, int bpno)
490 int ctxno = ff_jpeg2000_getsigctxno(t1->flags[y+1][x+1], bandno),
519 static void encode_clnpass(Jpeg2000T1Context *t1, int width, int height, int bandno, int *nmsedec, int bpno)
542 int ctxno = ff_jpeg2000_getsigctxno(t1->flags[y+1][x+1], bandno);
558 int ctxno = ff_jpeg2000_getsigctxno(t1->flags[y+1][x+1], bandno);
651 int bandno, empty = 1;
660 for (bandno = 0; bandno < rlevel->nbands; bandno++){
661 if (rlevel->band[bandno].coord[0][0] < rlevel->band[bandno].coord[0][1]
662 && rlevel->band[bandno].coord[1][0] < rlevel->band[bandno].coord[1][1]){
674 for (bandno = 0; bandno < rlevel->nbands; bandno++){
675 Jpeg2000Band *band = rlevel->band + bandno;
688 prec->zerobits[pos].val = expn[bandno] + numgbits - 1 - prec->cblk[yi * cblknw + xi].nonzerobits;
724 for (bandno = 0; bandno < rlevel->nbands; bandno++){
725 Jpeg2000Band *band = rlevel->band + bandno;
786 int precno, compno, reslevelno, bandno, cblkno, lev;
796 for (bandno = 0; bandno < reslevel->nbands ; bandno++){
797 int bandpos = bandno + (reslevelno > 0);
798 Jpeg2000Band *band = reslevel->band + bandno;
815 int compno, reslevelno, bandno, ret;
829 for (bandno = 0; bandno < reslevel->nbands ; bandno++){
830 Jpeg2000Band *band = reslevel->band + bandno;
833 yy0 = bandno == 0 ? 0 : comp->reslevel[reslevelno-1].coord[1][1] - comp->reslevel[reslevelno-1].coord[1][0];
841 bandpos = bandno + (reslevelno > 0);
844 if (reslevelno == 0 || bandno == 1)