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

  /external/opencv3/3rdparty/libjasper/
jpc_t2enc.c 298 t2 = cblk->numlenbits + jpc_floorlog2(passcount);
310 cblk->numlenbits += maxadjust;
318 assert(jpc_firstone(datalen) < cblk->numlenbits + jpc_floorlog2(passcount));
319 if (jpc_bitstream_putbits(outb, cblk->numlenbits + jpc_floorlog2(passcount), datalen) == EOF) {
428 cblk->savednumlenbits = cblk->numlenbits;
476 cblk->numlenbits = cblk->savednumlenbits;
530 cblk->numlenbits = 3;
jpc_dec.h 292 int numlenbits; member in struct:__anon20284
jpc_enc.h 313 int numlenbits; member in struct:__anon20301
jpc_t2dec.c 293 cblk->numlenbits += m;
314 if ((len = jpc_bitstream_getbits(inb, cblk->numlenbits + jpc_floorlog2(n))) < 0) {
jpc_dec.c 860 cblk->numlenbits = 3;
    [all...]
jpc_enc.c     [all...]
  /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 2233 milliseconds