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

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
tcd.h 94 OPJ_UINT32 numbps; member in struct:opj_tcd_cblk_enc
106 OPJ_UINT32 numbps; member in struct:opj_tcd_cblk_dec
139 OPJ_INT32 numbps; member in struct:opj_tcd_band
t1.c     [all...]
t2.c 595 opj_tgt_setvalue(prc->imsbtree, cblkno, band->numbps - (OPJ_INT32)cblk->numbps);
    [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);
329 OPJ_INT32 imsb = (OPJ_INT32)(tcd->image->comps[compno].prec - cblk->numbps); /* number of bit-plan equal to zero */
    [all...]
dwt.c 123 static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj_stepsize_t *bandno_stepsize);
370 void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj_stepsize_t *bandno_stepsize) {
375 bandno_stepsize->expn = numbps - p;

Completed in 6118 milliseconds