Searched defs:numcomps (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dpi.h99 OPJ_UINT32 numcomps; member in struct:opj_pi_iterator
H A Djp2.h170 OPJ_UINT32 numcomps; member in struct:opj_jp2
H A Dtcd.h174 OPJ_UINT32 numcomps; /* number of components in tile */ member in struct:opj_tcd_tile
H A Dt1.c267 OPJ_UINT32 numcomps,
278 OPJ_UINT32 numcomps,
1139 OPJ_UINT32 numcomps,
1143 OPJ_ARG_NOT_USED(numcomps);
1467 for (compno = 0; compno < tile->numcomps; ++compno) {
1542 tile->numcomps,
1563 OPJ_UINT32 numcomps,
1618 tempwmsedec = opj_t1_getwmsedec(nmsedec, compno, level, orient, bpno, qmfbid, stepsize, numcomps,mct_norms) ;
1131 opj_t1_getwmsedec( OPJ_INT32 nmsedec, OPJ_UINT32 compno, OPJ_UINT32 level, OPJ_UINT32 orient, OPJ_INT32 bpno, OPJ_UINT32 qmfbid, OPJ_FLOAT64 stepsize, OPJ_UINT32 numcomps, const OPJ_FLOAT64 * mct_norms) argument
1555 opj_t1_encode_cblk(opj_t1_t *t1, opj_tcd_cblk_enc_t* cblk, OPJ_UINT32 orient, OPJ_UINT32 compno, OPJ_UINT32 level, OPJ_UINT32 qmfbid, OPJ_FLOAT64 stepsize, OPJ_UINT32 cblksty, OPJ_UINT32 numcomps, opj_tcd_tile_t * tile, const OPJ_FLOAT64 * mct_norms) argument
H A Dopenjpeg.h591 OPJ_UINT32 numcomps; member in struct:opj_image
751 int numcomps; member in struct:opj_codestream_info
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp287 if(img->numcomps < 3) {
374 if(image->numcomps > 2) {
433 realloc(image->comps, (image->numcomps + 2) * sizeof(opj_image_comp_t));
434 if(image->numcomps == 2) {
443 image->numcomps += 2;
465 int enumcs, numcomps; local
466 numcomps = image->numcomps;
467 if(numcomps < 3) {
644 && image->numcomps
[all...]

Completed in 1527 milliseconds