Searched refs:sgnd (Results 1 - 15 of 15) sorted by relevance

/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dimage.c60 comp->sgnd = cmptparms[compno].sgnd;
H A Djp2.h113 int sgnd; member in struct:opj_jp2_comps
H A Dopenjpeg.h521 int sgnd; member in struct:opj_image_comp
575 int sgnd; member in struct:opj_image_comptparm
H A Djp2.c394 new_comps[pcol].sgnd = channel_sign[i];
1149 sign = image->comps[0].sgnd;
1153 sign = image->comps[i].sgnd;
1164 jp2->comps[i].bpcc = image->comps[i].prec - 1 + (image->comps[i].sgnd << 7);
H A Dtcd.c1228 int adjust = image->comps[compno].sgnd ? 0 : 1 << (image->comps[compno].prec - 1);
1474 int adjust = imagec->sgnd ? 0 : 1 << (imagec->prec - 1);
1475 int min = imagec->sgnd ? -(1 << (imagec->prec - 1)) : 0;
1476 int max = imagec->sgnd ? (1 << (imagec->prec - 1)) - 1 : (1 << imagec->prec) - 1;
H A Dj2k.c392 cio_write(cio, image->comps[i].prec - 1 + (image->comps[i].sgnd << 7), 1); /* Ssiz_i */
476 image->comps[i].sgnd = tmp >> 7;
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djas_image.c145 height, uint_fast16_t depth, JPR_BOOL sgnd, uint_fast32_t inmem);
150 static uint_fast32_t inttobits(jas_seqent_t v, int prec, JPR_BOOL sgnd);
151 static jas_seqent_t bitstoint(uint_fast32_t v, int prec, JPR_BOOL sgnd);
209 cmptparm->sgnd, inmem))) {
331 height, uint_fast16_t depth, JPR_BOOL sgnd, uint_fast32_t inmem)
347 cmpt->sgnd_ = sgnd;
708 cmptparm->sgnd, 1))) {
753 static uint_fast32_t inttobits(jas_seqent_t v, int prec, JPR_BOOL sgnd) argument
756 ret = ((sgnd && v < 0) ? ((1 << prec) + v) : v) & JAS_ONES(prec);
760 static jas_seqent_t bitstoint(uint_fast32_t v, int prec, JPR_BOOL sgnd) argument
329 jas_image_cmpt_create(uint_fast32_t tlx, uint_fast32_t tly, uint_fast32_t hstep, uint_fast32_t vstep, uint_fast32_t width, uint_fast32_t height, uint_fast16_t depth, JPR_BOOL sgnd, uint_fast32_t inmem) argument
[all...]
H A Djpc_dec.h606 JPR_BOOL sgnd; member in struct:__anon2811
H A Djpc_enc.h168 JPR_BOOL sgnd; member in struct:__anon2817
H A Djpc_cs.h215 uint_fast8_t sgnd; member in struct:__anon2776
H A Djpc_dec.c503 compinfo->sgnd = cmpt->sgnd;
1144 adjust = cmpt->sgnd ? 0 : (1 << (cmpt->prec - 1));
1157 mn = cmpt->sgnd ? (-(1 << (cmpt->prec - 1))) : (0);
1158 mx = cmpt->sgnd ? ((1 << (cmpt->prec - 1)) - 1) : ((1 <<
1231 cmpt->sgnd = siz->comps[compno].sgnd;
H A Djpc_cs.c552 siz->comps[i].sgnd = (tmp >> 7) & 1;
581 if (jpc_putuint8(out, ((siz->comps[i].sgnd & 1) << 7) |
602 fprintf(out, "prec[%d] = %d; sgnd[%d] = %d; hsamp[%d] = %d; "
604 siz->comps[i].sgnd, i, siz->comps[i].hsamp, i,
H A Djpc_enc.c459 ccp->sgnd = jas_image_cmptsgnd(image, cmptno);
993 siz->comps[i].sgnd = cp->ccps[i].sgnd;
1202 if (!cp->ccps[cmptno].sgnd) {
/haiku-fatelf/src/add-ons/translators/icns/libicns/
H A Dicns_jp2.c396 cmptparms[c].sgnd = false;
645 r += (opjImg->comps[0].sgnd ? 1 << (opjImg->comps[0].prec - 1) : 0);
647 g += (opjImg->comps[1].sgnd ? 1 << (opjImg->comps[1].prec - 1) : 0);
649 b += (opjImg->comps[2].sgnd ? 1 << (opjImg->comps[2].prec - 1) : 0);
651 a += (opjImg->comps[3].sgnd ? 1 << (opjImg->comps[3].prec - 1) : 0);
736 cmptparm[i].sgnd = 0;
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/jasper/
H A Djas_image.h285 JPR_BOOL sgnd; member in struct:__anon2750

Completed in 89 milliseconds