Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:band

1283 			opj_tcd_band_t* restrict band = &res->bands[bandno];
1286 opj_tcd_precinct_t* precinct = &band->precincts[precno];
1298 band->bandno,
1304 x = cblk->x0 - band->x0;
1305 y = cblk->y0 - band->y0;
1306 if (band->bandno & 1) {
1310 if (band->bandno & 2) {
1345 OPJ_FLOAT32 tmp = (OPJ_FLOAT32)*datap * band->stepsize;
1475 opj_tcd_band_t* restrict band = &res->bands[bandno];
1476 OPJ_INT32 bandconst = 8192 * 8192 / ((OPJ_INT32) floor(band->stepsize * 8192));
1479 opj_tcd_precinct_t *prc = &band->precincts[precno];
1488 OPJ_INT32 x = cblk->x0 - band->x0;
1489 OPJ_INT32 y = cblk->y0 - band->y0;
1490 if (band->bandno & 1) {
1494 if (band->bandno & 2) {
1539 band->bandno,
1543 band->stepsize,