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

  /external/opencv3/3rdparty/libtiff/
tif_lzw.c 345 code = (hcode_t)((nextdata >> (nextbits-nbits)) & nbitsmask); \
368 long nbits, nextbits, nextdata, nbitsmask; local
427 nbitsmask = sp->dec_nbitsmask;
441 nbitsmask = MAXCODE(BITS_MIN);
442 maxcodep = sp->dec_codetab + nbitsmask-1;
484 nbitsmask = MAXCODE(nbits);
485 maxcodep = sp->dec_codetab + nbitsmask-1;
546 sp->dec_nbitsmask = nbitsmask;
577 code = (hcode_t)(nextdata & nbitsmask); \
592 long nextbits, nextdata, nbitsmask; local
    [all...]
  /external/pdfium/third_party/libtiff/
tif_lzw.c 347 code = (hcode_t)((nextdata >> (nextbits-nbits)) & nbitsmask); \
370 long nbits, nextbits, nbitsmask; local
430 nbitsmask = sp->dec_nbitsmask;
445 nbitsmask = MAXCODE(BITS_MIN);
446 maxcodep = sp->dec_codetab + nbitsmask-1;
489 nbitsmask = MAXCODE(nbits);
490 maxcodep = sp->dec_codetab + nbitsmask-1;
551 sp->dec_nbitsmask = nbitsmask;
582 code = (hcode_t)(nextdata & nbitsmask); \
597 long nextbits, nextdata, nbitsmask; local
    [all...]

Completed in 98 milliseconds