Searched refs:numbands (Results 1 – 6 of 6) sorted by relevance
584 for(bandno = 0; bandno < res->numbands; ++bandno) { in opj_t2_encode_packet()607 for (bandno = 0; bandno < res->numbands; ++bandno) { in opj_t2_encode_packet()725 for (bandno = 0; bandno < res->numbands; bandno++) { in opj_t2_encode_packet()841 for (bandno = 0; bandno < l_res->numbands; ++bandno) { in opj_t2_read_packet_header()947 for (bandno = 0; bandno < l_res->numbands; ++bandno) { in opj_t2_read_packet_header()1097 for (bandno = 0; bandno < l_res->numbands; ++bandno) { in opj_t2_read_packet_data()1222 for (bandno = 0; bandno < l_res->numbands; ++bandno) { in opj_t2_skip_packet_data()
70 … res->x0, res->y0, res->x1, res->y1, res->pw, res->ph, res->numbands); in tcd_dump()71 for (bandno = 0; bandno < res->numbands; bandno++) { in tcd_dump()226 for (bandno = 0; bandno < res->numbands; bandno++) { in opj_tcd_makelayer()319 for (bandno = 0; bandno < res->numbands; bandno++) { in opj_tcd_makelayer_fixed()415 for (bandno = 0; bandno < res->numbands; bandno++) { in opj_tcd_rateallocate()799 …l_res->numbands = 1; …808 …l_res->numbands = 3; …815 …for (bandno = 0; bandno < l_res->numbands; ++bandno) { …
149 OPJ_UINT32 numbands; /* number sub-band for the resolution level */ member
521 OPJ_UINT32 numbands, bandno; in opj_dwt_calc_explicit_stepsizes() local522 numbands = 3 * tccp->numresolutions - 2; in opj_dwt_calc_explicit_stepsizes()523 for (bandno = 0; bandno < numbands; bandno++) { in opj_dwt_calc_explicit_stepsizes()
1274 for (bandno = 0; bandno < res->numbands; ++bandno) { in opj_t1_decode_cblks()1475 for (bandno = 0; bandno < res->numbands; ++bandno) { in opj_t1_encode_cblks()
8716 OPJ_INT32 bandno, numbands;8737 …numbands = (l_tccp->qntsty == J2K_CCP_QNTSTY_SIQNT) ? 1 : (OPJ_INT32)l_tccp->numresolutions * 3 - …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 - …8985 if (numbands < OPJ_J2K_MAXBANDS) {8986 for (bandno = 0; bandno < numbands; bandno++) {