Searched refs:numbands (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dtcd.h149 OPJ_UINT32 numbands; /* number sub-band for the resolution level */ member in struct:opj_tcd_resolution
H A Dt2.c584 for(bandno = 0; bandno < res->numbands; ++bandno) {
607 for (bandno = 0; bandno < res->numbands; ++bandno) {
725 for (bandno = 0; bandno < res->numbands; bandno++) {
841 for (bandno = 0; bandno < l_res->numbands; ++bandno) {
947 for (bandno = 0; bandno < l_res->numbands; ++bandno) {
1097 for (bandno = 0; bandno < l_res->numbands; ++bandno) {
1222 for (bandno = 0; bandno < l_res->numbands; ++bandno) {
H A Dtcd.c69 " 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++) {
226 for (bandno = 0; bandno < res->numbands; bandno++) {
319 for (bandno = 0; bandno < res->numbands; bandno++) {
415 for (bandno = 0; bandno < res->numbands; bandno++) {
799 l_res->numbands = 1; \
808 l_res->numbands = 3; \
815 for (bandno = 0; bandno < l_res->numbands; ++bandno) { \
817 /*fprintf(stderr, "\t\t\tband_no=%d/%d\n", bandno, l_res->numbands );*/ \
[all...]
H A Ddwt.c521 OPJ_UINT32 numbands, bandno; local
522 numbands = 3 * tccp->numresolutions - 2;
523 for (bandno = 0; bandno < numbands; bandno++) {
H A Dt1.c1274 for (bandno = 0; bandno < res->numbands; ++bandno) {
1475 for (bandno = 0; bandno < res->numbands; ++bandno) {
H A Dj2k.c8716 OPJ_INT32 bandno, numbands;
8737 numbands = (l_tccp->qntsty == J2K_CCP_QNTSTY_SIQNT) ? 1 : (OPJ_INT32)l_tccp->numresolutions * 3 - 2;
8738 for (bandno = 0; bandno < numbands; bandno++) {
8965 OPJ_INT32 bandno, numbands;
8984 numbands = (l_tccp->qntsty == J2K_CCP_QNTSTY_SIQNT) ? 1 : (OPJ_INT32)l_tccp->numresolutions * 3 - 2;
8985 if (numbands < OPJ_J2K_MAXBANDS) {
8986 for (bandno = 0; bandno < numbands; bandno++) {

Completed in 132 milliseconds