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

  /external/pdfium/third_party/libopenjpeg20/
t2.c 569 OPJ_UINT32 bandno, cblkno; local
607 for(bandno = 0; bandno < res->numbands; ++bandno) {
634 for (bandno = 0; bandno < res->numbands; ++bandno) {
752 for (bandno = 0; bandno < res->numbands; bandno++)
849 OPJ_UINT32 bandno, cblkno; local
1112 OPJ_UINT32 bandno, cblkno; local
1246 OPJ_UINT32 bandno, cblkno; local
    [all...]
tcd.c 48 int tileno, compno, resno, bandno, precno;/*, cblkno;*/ local
71 for (bandno = 0; bandno < res->numbands; bandno++) {
72 opj_tcd_band_t *band = &res->bands[bandno];
223 OPJ_UINT32 compno, resno, bandno, precno, cblkno; local
236 for (bandno = 0; bandno < res->numbands; bandno++) {
237 opj_tcd_band_t *band = &res->bands[bandno];
304 OPJ_UINT32 compno, resno, bandno, precno, cblkno; local
402 OPJ_UINT32 compno, resno, bandno, precno, cblkno, layno; local
662 OPJ_UINT32 compno, resno, bandno, precno, cblkno; local
1495 OPJ_UINT32 compno, resno, bandno, precno; local
    [all...]
dwt.c 528 OPJ_UINT32 numbands, bandno; local
530 for (bandno = 0; bandno < numbands; bandno++) {
534 resno = (bandno == 0) ? 0 : ((bandno - 1) / 3 + 1);
535 orient = (bandno == 0) ? 0 : ((bandno - 1) % 3 + 1);
544 opj_dwt_encode_stepsize((OPJ_INT32) floor(stepsize * 8192.0), (OPJ_INT32)(prec + gain), &tccp->stepsizes[bandno]);
t1.c 1282 OPJ_UINT32 resno, bandno, precno, cblkno; local
1468 OPJ_UINT32 compno, resno, bandno, precno, cblkno; local
    [all...]
tcd.h 138 OPJ_UINT32 bandno; member in struct:opj_tcd_band
j2k.c 9167 OPJ_INT32 bandno, numbands; local
9416 OPJ_INT32 bandno, numbands; local
    [all...]

Completed in 213 milliseconds