HomeSort by relevance Sort by last modified time
    Searched refs:numbands (Results 1 - 6 of 6) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
t2.c 607 for(bandno = 0; bandno < res->numbands; ++bandno) {
634 for (bandno = 0; bandno < res->numbands; ++bandno) {
752 for (bandno = 0; bandno < res->numbands; bandno++) {
    [all...]
tcd.h 151 OPJ_UINT32 numbands; /* number sub-band for the resolution level */ member in struct:opj_tcd_resolution
tcd.c 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 for (bandno = 0; bandno < res->numbands; bandno++) {
425 for (bandno = 0; bandno < res->numbands; bandno++) {
    [all...]
dwt.c 528 OPJ_UINT32 numbands, bandno; local
529 numbands = 3 * tccp->numresolutions - 2;
530 for (bandno = 0; bandno < numbands; bandno++) {
t1.c     [all...]
j2k.c 9167 OPJ_INT32 bandno, numbands; local
9416 OPJ_INT32 bandno, numbands; local
    [all...]

Completed in 148 milliseconds