Home
last modified time | relevance | path

Searched refs:opj_int_floorlog2 (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dopj_intmath.h141 static INLINE OPJ_INT32 opj_int_floorlog2(OPJ_INT32 a) { in opj_int_floorlog2() function
Dt2.c661 … increment = (OPJ_UINT32)opj_int_max((OPJ_INT32)increment, opj_int_floorlog2((OPJ_INT32)len) + 1 in opj_t2_encode_packet()
662 … - ((OPJ_INT32)cblk->numlenbits + opj_int_floorlog2((OPJ_INT32)nump))); in opj_t2_encode_packet()
681 …opj_bio_write(bio, (OPJ_UINT32)len, cblk->numlenbits + (OPJ_UINT32)opj_int_floorlog2((OPJ_INT32)nu… in opj_t2_encode_packet()
Ddwt.c372 p = opj_int_floorlog2(stepsize) - 13; in opj_dwt_encode_stepsize()
373 n = 11 - opj_int_floorlog2(stepsize); in opj_dwt_encode_stepsize()
Dj2k.c6393 tccp->cblkw = (OPJ_UINT32)opj_int_floorlog2(parameters->cblockw_init);
6394 tccp->cblkh = (OPJ_UINT32)opj_int_floorlog2(parameters->cblockh_init);
6415 … tccp->prcw[it_res] = (OPJ_UINT32)opj_int_floorlog2(parameters->prcw_init[p]);
6421 … tccp->prch[it_res] = (OPJ_UINT32)opj_int_floorlog2(parameters->prch_init[p]);
6437 … tccp->prcw[it_res] = (OPJ_UINT32)opj_int_floorlog2(size_prcw);
6443 … tccp->prch[it_res] = (OPJ_UINT32)opj_int_floorlog2(size_prch);
Dt1.c1586 cblk->numbps = max ? (OPJ_UINT32)((opj_int_floorlog2(max) + 1) - T1_NMSEDEC_FRACBITS) : 0; in opj_t1_encode_cblk()