Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching full:numbands

69                                         "          x0=%d, y0=%d, x1=%d, y1=%d, pw=%d, ph=%d, numbands=%d\n",
70 res->x0, res->y0, res->x1, res->y1, res->pw, res->ph, res->numbands);
71 for (bandno = 0; bandno < res->numbands; bandno++) {
236 for (bandno = 0; bandno < res->numbands; bandno++) {
329 numbands; bandno++) {
425 for (bandno = 0; bandno < res->numbands; bandno++) {
834 l_res->numbands = 1;
843 l_res->numbands = 3;
850 for (bandno = 0; bandno < l_res->numbands; ++bandno) {
852 /*fprintf(stderr, "\t\t\tband_no=%d/%d\n", bandno, l_res->numbands );*/