Searched refs:cbgwidthexpn (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dtcd.c208 int cbgwidthexpn, cbgheightexpn; local
243 cbgwidthexpn = pdx;
250 cbgwidthexpn = pdx - 1;
254 cblkwidthexpn = int_min(tccp->cblkw, cbgwidthexpn);
300 int cbgxstart = tlcbgxstart + (precno % res->pw) * (1 << cbgwidthexpn);
302 int cbgxend = cbgxstart + (1 << cbgwidthexpn);
471 int cbgwidthexpn, cbgheightexpn; local
505 cbgwidthexpn = pdx;
512 cbgwidthexpn = pdx - 1;
516 cblkwidthexpn = int_min(tccp->cblkw, cbgwidthexpn);
718 int cbgwidthexpn, cbgheightexpn; local
[all...]
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djpc_dec.h476 int cbgwidthexpn; member in struct:__anon2808
H A Djpc_enc.h526 int cbgwidthexpn; member in struct:jpc_enc_rlvl_s
H A Djpc_dec.c794 rlvl->cbgwidthexpn = rlvl->prcwidthexpn;
801 rlvl->cbgwidthexpn = rlvl->prcwidthexpn - 1;
805 rlvl->cbgwidthexpn);
852 cbgxend = cbgxstart + (1 << rlvl->cbgwidthexpn);
924 cbgxstart += 1 << rlvl->cbgwidthexpn;
H A Djpc_enc.c2244 rlvl->cbgwidthexpn = rlvl->prcwidthexpn;
2247 rlvl->cbgwidthexpn = rlvl->prcwidthexpn - 1;
2250 rlvl->cblkwidthexpn = JAS_MIN(cp->tccp.cblkwidthexpn, rlvl->cbgwidthexpn);
2432 cbgtlx = tlcbgtlx + (prcxind << rlvl->cbgwidthexpn);
2437 (1 << rlvl->cbgwidthexpn));

Completed in 60 milliseconds