HomeSort by relevance Sort by last modified time
    Searched refs:numcmpts (Results 1 - 15 of 15) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
image.c 39 opj_image_t* OPJ_CALLCONV opj_image_create(OPJ_UINT32 numcmpts, opj_image_cmptparm_t *cmptparms, OPJ_COLOR_SPACE clrspc) {
46 image->numcomps = numcmpts;
56 for(compno = 0; compno < numcmpts; compno++) {
208 opj_image_t* OPJ_CALLCONV opj_image_tile_create(OPJ_UINT32 numcmpts, opj_image_cmptparm_t *cmptparms, OPJ_COLOR_SPACE clrspc) {
217 image->numcomps = numcmpts;
227 for(compno = 0; compno < numcmpts; compno++) {
openjpeg.h     [all...]
  /external/opencv3/3rdparty/libjasper/
jp2_cod.h 152 uint_fast16_t numcmpts; member in struct:__anon20239
162 uint_fast16_t numcmpts; member in struct:__anon20240
jp2_enc.c 177 ihdr->numcmpts = jas_image_numcmpts(image);
196 bpcc->numcmpts = jas_image_numcmpts(image);
197 if (!(bpcc->bpcs = jas_alloc2(bpcc->numcmpts,
201 for (cmptno = 0; cmptno < bpcc->numcmpts; ++cmptno) {
jpc_enc.h 237 uint_fast16_t numcmpts; member in struct:__anon20299
jp2_cod.c 370 jp2_getuint16(in, &ihdr->numcmpts) || jp2_getuint8(in, &ihdr->bpc) ||
382 bpcc->numcmpts = box->datalen;
383 if (!(bpcc->bpcs = jas_alloc2(bpcc->numcmpts, sizeof(uint_fast8_t)))) {
386 for (i = 0; i < bpcc->numcmpts; ++i) {
560 jp2_putuint16(out, ihdr->numcmpts) || jp2_putuint8(out, ihdr->bpc) ||
572 for (i = 0; i < bpcc->numcmpts; ++i) {
jpc_enc.c 390 cp->numcmpts = jas_image_numcmpts(image);
406 if (!(cp->ccps = jas_alloc2(cp->numcmpts, sizeof(jpc_enc_ccp_t)))) {
409 for (cmptno = 0, ccp = cp->ccps; cmptno < JAS_CAST(int, cp->numcmpts); ++cmptno,
597 if (cp->numcmpts == 3) {
942 siz->numcomps = cp->numcmpts;
945 for (i = 0; i < JAS_CAST(int, cp->numcmpts); ++i) {
991 for (cmptno = 0; cmptno < cp->numcmpts; ++cmptno) {
    [all...]
jp2_dec.c 228 if (dec->ihdr->data.ihdr.numcmpts != JAS_CAST(uint, jas_image_numcmpts(dec->image))) {
264 if (dec->bpcc->data.bpcc.numcmpts != JAS_CAST(uint, jas_image_numcmpts(
jas_image.c 127 jas_image_t *jas_image_create(int numcmpts, jas_image_cmptparm_t *cmptparms,
141 image->maxcmpts_ = numcmpts;
157 for (cmptno = 0, cmptparm = cmptparms; cmptno < numcmpts; ++cmptno,
167 for (cmptno = 0, cmptparm = cmptparms; cmptno < numcmpts; ++cmptno,
    [all...]
jpc_t2enc.c 567 pi->numcomps = cp->numcmpts;
jas_cm.c 488 if (xform->numinchans > in->numcmpts || xform->numoutchans > out->numcmpts)
    [all...]
  /external/opencv3/3rdparty/libjasper/jasper/
jas_cm.h 150 int numcmpts; member in struct:__anon20197
jas_image.h 301 jas_image_t *jas_image_create(int numcmpts,
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 122 int numcmpts = jas_image_numcmpts( m_image ); local
123 for( int i = 0; i < numcmpts; i++ )
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg2000.cpp 128 int numcmpts = jas_image_numcmpts( image ); local
130 for( int i = 0; i < numcmpts; i++ )

Completed in 558 milliseconds