Searched refs:numbps (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | tcd.h | 83 OPJ_UINT32 numbps; member 125 OPJ_UINT32 numbps; member 166 OPJ_INT32 numbps; member
|
D | t1.c | 1948 bpno_plus_one = (OPJ_INT32)(roishift + cblk->numbps); in opj_t1_decode_cblk() 2019 type = ((bpno_plus_one <= ((OPJ_INT32)(cblk->numbps)) - 4) && (passtype < 2) && in opj_t1_decode_cblk() 2240 if ((bpno == ((OPJ_INT32)cblk->numbps - 4)) && (passtype == 2)) { in opj_t1_enc_is_term_pass() 2245 if ((bpno < ((OPJ_INT32)(cblk->numbps) - 4)) && (passtype > 0)) { in opj_t1_enc_is_term_pass() 2296 cblk->numbps = max ? (OPJ_UINT32)((opj_int_floorlog2(max) + 1) - in opj_t1_encode_cblk() 2298 if (cblk->numbps == 0) { in opj_t1_encode_cblk() 2303 bpno = (OPJ_INT32)(cblk->numbps - 1); in opj_t1_encode_cblk() 2314 type = ((bpno < ((OPJ_INT32)(cblk->numbps) - 4)) && (passtype < 2) && in opj_t1_encode_cblk()
|
D | 0003-dwt-decode.patch | 41 @@ -149,14 +147,14 @@ static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, 128 @@ -1106,8 +1111,8 @@ static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps,
|
D | t2.c | 723 opj_tgt_setvalue(prc->imsbtree, cblkno, band->numbps - (OPJ_INT32)cblk->numbps); in opj_t2_encode_packet() 1186 l_cblk->numbps = (OPJ_UINT32)l_band->numbps + 1 - i; in opj_t2_read_packet_header()
|
D | tcd.c | 80 band->x0, band->y0, band->x1, band->y1, band->stepsize, band->numbps); in tcd_dump() 382 … cblk->numbps); /* number of bit-plan equal to zero */ in opj_tcd_makelayer_fixed() 975 OPJ_INT32 numbps; in opj_tcd_init_tile() local 1013 numbps = (OPJ_INT32)(l_image_comp->prec + l_gain); in opj_tcd_init_tile() 1015 … (OPJ_INT32)(numbps - l_step_size->expn)))) * fraction; in opj_tcd_init_tile() 1018 l_band->numbps = l_step_size->expn + (OPJ_INT32)l_tccp->numgbits - in opj_tcd_init_tile()
|
D | dwt.c | 144 static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, 1094 static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, in opj_dwt_encode_stepsize() argument 1101 bandno_stepsize->expn = numbps - p; in opj_dwt_encode_stepsize()
|