/external/pdfium/third_party/libopenjpeg20/ |
tcd.h | 94 OPJ_UINT32 numbps; member in struct:opj_tcd_cblk_enc 107 OPJ_UINT32 numbps; member in struct:opj_tcd_cblk_dec 141 OPJ_INT32 numbps; member in struct:opj_tcd_band
|
0003-dwt-decode.patch | 41 @@ -124,10 +122,10 @@ static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj_st 117 @@ -385,7 +390,7 @@ static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj_st
|
t1.c | [all...] |
tcd.c | 75 " x0=%d, y0=%d, x1=%d, y1=%d, stepsize=%f, numbps=%d\n", 76 band->x0, band->y0, band->x1, band->y1, band->stepsize, band->numbps); 339 OPJ_INT32 imsb = (OPJ_INT32)(tcd->image->comps[compno].prec - cblk->numbps); /* number of bit-plan equal to zero */ 851 OPJ_INT32 numbps; local [all...] |
dwt.c | 121 static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj_stepsize_t *bandno_stepsize); 375 static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj_stepsize_t *bandno_stepsize) { 380 bandno_stepsize->expn = numbps - p;
|
t2.c | 618 opj_tgt_setvalue(prc->imsbtree, cblkno, band->numbps - (OPJ_INT32)cblk->numbps); [all...] |
/external/opencv3/3rdparty/libjasper/ |
jpc_t1enc.c | 160 cblk->numbps = JAS_MAX(jpc_firstone(mx) + 1 - JPC_NUMEXTRABITS, 0); 164 cblk->numimsbs = band->numbps - cblk->numbps; 220 cblk->numpasses = (cblk->numbps > 0) ? (3 * cblk->numbps - 2) : 0; 245 bitpos = cblk->numbps - 1;
|
jpc_t2enc.c | 486 /* It is assumed that band->numbps and cblk->numbps precomputed */ 531 cblk->numimsbs = band->numbps - cblk->numbps;
|
jpc_enc.h | 328 int numbps; member in struct:__anon20905 415 int numbps; member in struct:jpc_enc_band_s
|
jpc_t2dec.c | 391 jas_eprintf("lyrno=%02d, compno=%02d, lvlno=%02d, prcno=%02d, bandno=%02d, cblkno=%02d, passno=%02d numpasses=%02d cnt=%d numbps=%d, numimsbs=%d\n", lyrno, compno, rlvlno, prcno, band - rlvl->bands, cblk - prc->cblks, seg->passno, seg->numpasses, seg->cnt, band->numbps, cblk->numimsbs);
|
jpc_t1dec.c | 240 if (cblk->numimsbs > band->numbps) { 245 if (cblk->numimsbs < ccp->roishift - band->numbps) { 250 bpno = band->roishift + band->numbps - 1 - (cblk->numimsbs +
|
jpc_dec.c | 179 static void jpc_undo_roi(jas_matrix_t *x, int roishift, int bgshift, int numbps); 783 band->numbps = ccp->numguardbits + 785 band->roishift = (ccp->roishift + band->numbps >= JPC_PREC) ? 786 (JPC_PREC - 1 - band->numbps) : ccp->roishift; [all...] |
jpc_dec.h | 371 int numbps; member in struct:__anon20890
|
jpc_enc.c | [all...] |