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

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dtcd.h138 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.c1276 OPJ_UINT32 resno, bandno, precno, cblkno; local
1282 for (bandno = 0; bandno < res->numbands; ++bandno) {
1283 opj_tcd_band_t* restrict band = &res->bands[bandno];
1299 band->bandno,
1307 if (band->bandno & 1) {
1311 if (band->bandno & 2) {
1365 } /* bandno */
1472 OPJ_UINT32 compno, resno, bandno, precn local
[all...]
H A Dt2.c562 OPJ_UINT32 bandno, cblkno; local
600 for(bandno = 0; bandno < res->numbands; ++bandno) {
627 for (bandno = 0; bandno < res->numbands; ++bandno) {
745 for (bandno = 0; bandno < res->numbands; bandno
840 OPJ_UINT32 bandno, cblkno; local
1105 OPJ_UINT32 bandno, cblkno; local
1238 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];
222 OPJ_UINT32 compno, resno, bandno, precno, cblkno; local
235 for (bandno = 0; bandno < res->numbands; bandno++) {
236 opj_tcd_band_t *band = &res->bands[bandno];
303 OPJ_UINT32 compno, resno, bandno, precno, cblkno; local
401 OPJ_UINT32 compno, resno, bandno, precno, cblkno, layno; local
661 OPJ_UINT32 compno, resno, bandno, precno, cblkno; local
1467 OPJ_UINT32 compno, resno, bandno, precno; local
[all...]

Completed in 365 milliseconds