Searched refs:tcomp (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djpc_t2dec.c209 jpc_dec_tcomp_t *tcomp; local
281 tcomp = &tile->tcomps[compno];
282 rlvl = &tcomp->rlvls[rlvlno];
415 tcomp = &tile->tcomps[compno];
416 rlvl = &tcomp->rlvls[rlvlno];
515 jpc_dec_tcomp_t *tcomp; local
535 for (compno = 0, tcomp = tile->tcomps, picomp = pi->picomps;
536 compno < pi->numcomps; ++compno, ++tcomp, ++picomp) {
537 picomp->numrlvls = tcomp->numrlvls;
547 for (rlvlno = 0, pirlvl = picomp->pirlvls, rlvl = tcomp
[all...]
H A Djpc_dec.c682 jpc_dec_tcomp_t *tcomp; local
731 for (compno = 0, tcomp = tile->tcomps, cmpt = dec->cmpts; compno <
732 dec->numcomps; ++compno, ++tcomp, ++cmpt) {
737 tcomp->numrlvls = ccp->numrlvls;
738 if (!(tcomp->rlvls = jas_malloc(tcomp->numrlvls *
742 if (!(tcomp->data = jas_seq2d_create(JPC_CEILDIV(tile->xstart,
748 if (!(tcomp->tsfb = jpc_cod_gettsfb(ccp->qmfbid,
749 tcomp->numrlvls - 1))) {
753 jpc_tsfb_getbands(tcomp
954 jpc_dec_tcomp_t *tcomp; local
1063 jpc_dec_tcomp_t *tcomp; local
1206 jpc_dec_tcomp_t *tcomp; local
2016 jpc_dec_tcomp_t *tcomp; local
[all...]
H A Djpc_t2enc.c606 jpc_enc_tcmpt_t *tcomp; local
626 for (compno = 0, tcomp = tile->tcmpts, picomp = pi->picomps;
627 compno < pi->numcomps; ++compno, ++tcomp, ++picomp) {
628 picomp->numrlvls = tcomp->numrlvls;
638 for (rlvlno = 0, pirlvl = picomp->pirlvls, rlvl = tcomp->rlvls;
655 for (compno = 0, tcomp = tile->tcmpts, picomp = pi->picomps;
656 compno < pi->numcomps; ++compno, ++tcomp, ++picomp) {
659 for (rlvlno = 0, pirlvl = picomp->pirlvls, rlvl = tcomp->rlvls;
669 if (pi->maxrlvls < tcomp->numrlvls) {
670 pi->maxrlvls = tcomp
[all...]
H A Djpc_t1dec.c141 static int jpc_dec_decodecblk(jpc_dec_t *dec, jpc_dec_tile_t *tile, jpc_dec_tcomp_t *tcomp, jpc_dec_band_t *band,
194 jpc_dec_tcomp_t *tcomp; local
205 for (compcnt = dec->numcomps, tcomp = tile->tcomps; compcnt > 0;
206 --compcnt, ++tcomp) {
207 for (rlvlcnt = tcomp->numrlvls, rlvl = tcomp->rlvls;
225 if (jpc_dec_decodecblk(dec, tile, tcomp,
239 static int jpc_dec_decodecblk(jpc_dec_t *dec, jpc_dec_tile_t *tile, jpc_dec_tcomp_t *tcomp, jpc_dec_band_t *band, argument
252 compno = tcomp - tile->tcomps;

Completed in 93 milliseconds