Searched refs:numbps (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | tcd.h | 94 OPJ_UINT32 numbps; member 107 OPJ_UINT32 numbps; member 141 OPJ_INT32 numbps; member
|
D | t1.c | 1383 bpno_plus_one = (OPJ_INT32)(roishift + cblk->numbps); in opj_t1_decode_cblk() 1395 …type = ((bpno_plus_one <= ((OPJ_INT32) (cblk->numbps)) - 4) && (passtype < 2) && (cblksty & J2K_CC… in opj_t1_decode_cblk() 1593 cblk->numbps = max ? (OPJ_UINT32)((opj_int_floorlog2(max) + 1) - T1_NMSEDEC_FRACBITS) : 0; in opj_t1_encode_cblk() 1595 bpno = (OPJ_INT32)(cblk->numbps - 1); in opj_t1_encode_cblk() 1607 …type = ((bpno < ((OPJ_INT32) (cblk->numbps) - 4)) && (passtype < 2) && (cblksty & J2K_CCP_CBLKSTY_… in opj_t1_encode_cblk() 1641 if (((bpno < ((OPJ_INT32) (cblk->numbps) - 4) && (passtype > 0)) in opj_t1_encode_cblk() 1642 …|| ((bpno == ((OPJ_INT32)cblk->numbps - 4)) && (passtype == 2))) && (cblksty & J2K_CCP_CBLKSTY_LAZ… in opj_t1_encode_cblk() 1663 …type = ((bpno < ((OPJ_INT32) (cblk->numbps) - 4)) && (passtype < 2) && (cblksty & J2K_CCP_CBLKSTY_… in opj_t1_encode_cblk()
|
D | 0003-dwt-decode.patch | 41 @@ -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
|
D | t2.c | 618 … 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()
|
D | tcd.c | 76 … 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() 851 OPJ_INT32 numbps; in opj_tcd_init_tile() local 876 numbps = (OPJ_INT32)(l_image_comp->prec + l_gain); in opj_tcd_init_tile() 877 …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() 878 l_band->numbps = l_step_size->expn + (OPJ_INT32)l_tccp->numgbits - 1; /* WHY -1 ? */ in opj_tcd_init_tile()
|
D | dwt.c | 121 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()
|