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

  /external/pdfium/third_party/libopenjpeg20/
tcd.h 95 OPJ_UINT32 numlenbits; member in struct:opj_tcd_cblk_enc
108 OPJ_UINT32 numlenbits; member in struct:opj_tcd_cblk_dec
t2.c 673 cblk->numlenbits = 3;
689 - ((OPJ_INT32)cblk->numlenbits + opj_int_floorlog2((OPJ_INT32)nump)));
699 cblk->numlenbits += increment;
708 opj_bio_write(bio, (OPJ_UINT32)len, cblk->numlenbits + (OPJ_UINT32)opj_int_floorlog2((OPJ_INT32)nump));
    [all...]

Completed in 41 milliseconds