HomeSort by relevance Sort by last modified time
    Searched refs:opj_int_floorlog2 (Results 1 - 5 of 5) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
opj_intmath.h 168 static INLINE OPJ_INT32 opj_int_floorlog2(OPJ_INT32 a) { function
t2.c 688 increment = (OPJ_UINT32)opj_int_max((OPJ_INT32)increment, opj_int_floorlog2((OPJ_INT32)len) + 1
689 - ((OPJ_INT32)cblk->numlenbits + opj_int_floorlog2((OPJ_INT32)nump)));
708 opj_bio_write(bio, (OPJ_UINT32)len, cblk->numlenbits + (OPJ_UINT32)opj_int_floorlog2((OPJ_INT32)nump));
    [all...]
dwt.c 377 p = opj_int_floorlog2(stepsize) - 13;
378 n = 11 - opj_int_floorlog2(stepsize);
j2k.c     [all...]
t1.c     [all...]

Completed in 1603 milliseconds