Home
last modified time | relevance | path

Searched refs:numbps (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dtcd.h94 OPJ_UINT32 numbps; member
107 OPJ_UINT32 numbps; member
141 OPJ_INT32 numbps; member
Dt1.c1389 bpno_plus_one = (OPJ_INT32)(roishift + cblk->numbps); in opj_t1_decode_cblk()
1401 …type = ((bpno_plus_one <= ((OPJ_INT32) (cblk->numbps)) - 4) && (passtype < 2) && (cblksty & J2K_CC… in opj_t1_decode_cblk()
1599 cblk->numbps = max ? (OPJ_UINT32)((opj_int_floorlog2(max) + 1) - T1_NMSEDEC_FRACBITS) : 0; in opj_t1_encode_cblk()
1601 bpno = (OPJ_INT32)(cblk->numbps - 1); in opj_t1_encode_cblk()
1613 …type = ((bpno < ((OPJ_INT32) (cblk->numbps) - 4)) && (passtype < 2) && (cblksty & J2K_CCP_CBLKSTY_… in opj_t1_encode_cblk()
1647 if (((bpno < ((OPJ_INT32) (cblk->numbps) - 4) && (passtype > 0)) in opj_t1_encode_cblk()
1648 …|| ((bpno == ((OPJ_INT32)cblk->numbps - 4)) && (passtype == 2))) && (cblksty & J2K_CCP_CBLKSTY_LAZ… in opj_t1_encode_cblk()
1669 …type = ((bpno < ((OPJ_INT32) (cblk->numbps) - 4)) && (passtype < 2) && (cblksty & J2K_CCP_CBLKSTY_… in opj_t1_encode_cblk()
D0003-dwt-decode.patch41 @@ -124,10 +122,10 @@ static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj…
117 @@ -385,7 +390,7 @@ static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj_st
Dt2.c618 … opj_tgt_setvalue(prc->imsbtree, cblkno, band->numbps - (OPJ_INT32)cblk->numbps); in opj_t2_encode_packet()
1012 l_cblk->numbps = (OPJ_UINT32)l_band->numbps + 1 - i; in opj_t2_read_packet_header()
Dtcd.c76 … band->x0, band->y0, band->x1, band->y1, band->stepsize, band->numbps); in tcd_dump()
339 …OPJ_INT32 imsb = (OPJ_INT32)(tcd->image->comps[compno].prec - cblk->numbps); /* number of bit-plan… in opj_tcd_makelayer_fixed()
865 OPJ_INT32 numbps; in opj_tcd_init_tile() local
890 numbps = (OPJ_INT32)(l_image_comp->prec + l_gain); in opj_tcd_init_tile()
891 …OPJ_FLOAT32)(((1.0 + l_step_size->mant / 2048.0) * pow(2.0, (OPJ_INT32) (numbps - l_step_size->exp… in opj_tcd_init_tile()
892 l_band->numbps = l_step_size->expn + (OPJ_INT32)l_tccp->numgbits - 1; /* WHY -1 ? */ in opj_tcd_init_tile()
Ddwt.c121 static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj_stepsize_t *bandno_st…
375 static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj_stepsize_t *bandno_st… in opj_dwt_encode_stepsize() argument
380 bandno_stepsize->expn = numbps - p; in opj_dwt_encode_stepsize()