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

  /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
t1.c     [all...]
t2.c 618 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);
339 OPJ_INT32 imsb = (OPJ_INT32)(tcd->image->comps[compno].prec - cblk->numbps); /* number of bit-plan equal to zero */
865 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;

Completed in 227 milliseconds