Searched refs:numcmpts (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dimage.c34 opj_image_t* OPJ_CALLCONV opj_image_create(int numcmpts, opj_image_cmptparm_t *cmptparms, OPJ_COLOR_SPACE clrspc) { argument
41 image->numcomps = numcmpts;
50 for(compno = 0; compno < numcmpts; compno++) {
H A Dopenjpeg.h742 @param numcmpts number of components
747 OPJ_API opj_image_t* OPJ_CALLCONV opj_image_create(int numcmpts, opj_image_cmptparm_t *cmptparms, OPJ_COLOR_SPACE clrspc);
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djp2_enc.c204 ihdr->numcmpts = jas_image_numcmpts(image);
224 bpcc->numcmpts = jas_image_numcmpts(image);
225 if (!(bpcc->bpcs = jas_malloc(bpcc->numcmpts *
229 for (cmptno = 0; cmptno < bpcc->numcmpts; ++cmptno) {
H A Djp2_cod.h196 uint_fast16_t numcmpts; member in struct:__anon2761
206 uint_fast16_t numcmpts; member in struct:__anon2762
H A Djpc_enc.h286 uint_fast16_t numcmpts; member in struct:__anon2820
H A Djp2_cod.c399 jp2_getuint16(in, &ihdr->numcmpts) || jp2_getuint8(in, &ihdr->bpc) ||
411 bpcc->numcmpts = box->len - JP2_BOX_HDRLEN;
412 if (!(bpcc->bpcs = jas_malloc(bpcc->numcmpts * sizeof(uint_fast8_t)))) {
415 for (i = 0; i < bpcc->numcmpts; ++i) {
589 jp2_putuint16(out, ihdr->numcmpts) || jp2_putuint8(out, ihdr->bpc) ||
601 for (i = 0; i < bpcc->numcmpts; ++i) {
H A Djpc_enc.c432 cp->numcmpts = jas_image_numcmpts(image);
448 if (!(cp->ccps = jas_malloc(cp->numcmpts * sizeof(jpc_enc_ccp_t)))) {
451 for (cmptno = 0, ccp = cp->ccps; cmptno < cp->numcmpts; ++cmptno,
643 if (cp->numcmpts == 3) {
988 siz->numcomps = cp->numcmpts;
991 for (i = 0; i < cp->numcmpts; ++i) {
1037 for (cmptno = 0; cmptno < cp->numcmpts; ++cmptno) {
1108 for (cmptno = 1; cmptno < cp->numcmpts; ++cmptno) {
1349 for (cmptno = 0; cmptno < cp->numcmpts; ++cmptno) {
1380 for (cmptno = 0, comp = tile->tcmpts; cmptno < cp->numcmpts;
[all...]
H A Djp2_dec.c272 if (dec->ihdr->data.ihdr.numcmpts != jas_image_numcmpts(dec->image)) {
308 if (dec->bpcc->data.bpcc.numcmpts != jas_image_numcmpts(
H A Djas_image.c164 jas_image_t *jas_image_create(uint_fast16_t numcmpts, jas_image_cmptparm_t *cmptparms, argument
178 image->maxcmpts_ = numcmpts;
194 for (cmptno = 0, cmptparm = cmptparms; cmptno < numcmpts; ++cmptno,
204 for (cmptno = 0, cmptparm = cmptparms; cmptno < numcmpts; ++cmptno,
H A Djpc_t2enc.c616 pi->numcomps = cp->numcmpts;
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/jasper/
H A Djas_image.h338 jas_image_t *jas_image_create(uint_fast16_t numcmpts,

Completed in 88 milliseconds