Searched refs:numbps (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | tcd.h | 94 OPJ_UINT32 numbps; member 106 OPJ_UINT32 numbps; member 139 OPJ_INT32 numbps; member
|
D | t1.c | 1385 bpno = (OPJ_INT32)(roishift + cblk->numbps - 1); in opj_t1_decode_cblk() 1397 …type = ((bpno <= ((OPJ_INT32) (cblk->numbps) - 1) - 4) && (passtype < 2) && (cblksty & J2K_CCP_CBL… in opj_t1_decode_cblk() 1586 cblk->numbps = max ? (OPJ_UINT32)((opj_int_floorlog2(max) + 1) - T1_NMSEDEC_FRACBITS) : 0; in opj_t1_encode_cblk() 1588 bpno = (OPJ_INT32)(cblk->numbps - 1); in opj_t1_encode_cblk() 1600 …type = ((bpno < ((OPJ_INT32) (cblk->numbps) - 4)) && (passtype < 2) && (cblksty & J2K_CCP_CBLKSTY_… in opj_t1_encode_cblk() 1634 if (((bpno < ((OPJ_INT32) (cblk->numbps) - 4) && (passtype > 0)) in opj_t1_encode_cblk() 1635 …|| ((bpno == ((OPJ_INT32)cblk->numbps - 4)) && (passtype == 2))) && (cblksty & J2K_CCP_CBLKSTY_LAZ… in opj_t1_encode_cblk() 1656 …type = ((bpno < ((OPJ_INT32) (cblk->numbps) - 4)) && (passtype < 2) && (cblksty & J2K_CCP_CBLKSTY_… in opj_t1_encode_cblk()
|
D | t2.c | 595 … opj_tgt_setvalue(prc->imsbtree, cblkno, band->numbps - (OPJ_INT32)cblk->numbps); in opj_t2_encode_packet() 986 l_cblk->numbps = (OPJ_UINT32)l_band->numbps + 1 - i; in opj_t2_read_packet_header()
|
D | tcd.c | 76 … band->x0, band->y0, band->x1, band->y1, band->stepsize, band->numbps); in tcd_dump() 329 …OPJ_INT32 imsb = (OPJ_INT32)(tcd->image->comps[compno].prec - cblk->numbps); /* number of bit-plan… in opj_tcd_makelayer_fixed() 816 …OPJ_INT32 numbps; … 841 …numbps = (OPJ_INT32)(l_image_comp->prec + l_gain); … 842 …OPJ_FLOAT32)(((1.0 + l_step_size->mant / 2048.0) * pow(2.0, (OPJ_INT32) (numbps - l_step_size->exp… 843 …l_band->numbps = l_step_size->expn + (OPJ_INT32)l_tccp->numgbits - 1; /* WHY -1 ? */ …
|
D | dwt.c | 123 static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj_stepsize_t *bandno_st… 370 void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj_stepsize_t *bandno_stepsize)… in opj_dwt_encode_stepsize() argument 375 bandno_stepsize->expn = numbps - p; in opj_dwt_encode_stepsize()
|