Searched defs:bandno (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dtcd.h136 OPJ_UINT32 bandno; member in struct:opj_tcd_band
H A Ddwt.c521 OPJ_UINT32 numbands, bandno; local
523 for (bandno = 0; bandno < numbands; bandno++) {
527 resno = (bandno == 0) ? 0 : ((bandno - 1) / 3 + 1);
528 orient = (bandno == 0) ? 0 : ((bandno - 1) % 3 + 1);
537 opj_dwt_encode_stepsize((OPJ_INT32) floor(stepsize * 8192.0), (OPJ_INT32)(prec + gain), &tccp->stepsizes[bandno]);
H A Dt1.c1268 OPJ_UINT32 resno, bandno, precno, cblkno; local
1274 for (bandno = 0; bandno < res->numbands; ++bandno) {
1275 opj_tcd_band_t* restrict band = &res->bands[bandno];
1291 band->bandno,
1299 if (band->bandno & 1) {
1303 if (band->bandno & 2) {
1357 } /* bandno */
1463 OPJ_UINT32 compno, resno, bandno, precn local
[all...]
H A Dt2.c546 OPJ_UINT32 bandno, cblkno; local
584 for(bandno = 0; bandno < res->numbands; ++bandno) {
607 for (bandno = 0; bandno < res->numbands; ++bandno) {
725 for (bandno = 0; bandno < res->numbands; bandno
820 OPJ_UINT32 bandno, cblkno; local
1086 OPJ_UINT32 bandno, cblkno; local
1210 OPJ_UINT32 bandno, cblkno; local
[all...]
H A Dtcd.c48 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];
213 OPJ_UINT32 compno, resno, bandno, precno, cblkno; local
226 for (bandno = 0; bandno < res->numbands; bandno++) {
227 opj_tcd_band_t *band = &res->bands[bandno];
294 OPJ_UINT32 compno, resno, bandno, precno, cblkno; local
392 OPJ_UINT32 compno, resno, bandno, precno, cblkno, layno; local
1393 OPJ_UINT32 compno, resno, bandno, precno; local
[all...]

Completed in 100 milliseconds