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

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
tcd.h 95 OPJ_UINT32 numlenbits; member in struct:opj_tcd_cblk_enc
107 OPJ_UINT32 numlenbits; member in struct:opj_tcd_cblk_dec
t2.c 646 cblk->numlenbits = 3;
662 - ((OPJ_INT32)cblk->numlenbits + opj_int_floorlog2((OPJ_INT32)nump)));
672 cblk->numlenbits += increment;
681 opj_bio_write(bio, (OPJ_UINT32)len, cblk->numlenbits + (OPJ_UINT32)opj_int_floorlog2((OPJ_INT32)nump));
    [all...]

Completed in 1113 milliseconds