Home
last modified time | relevance | path

Searched refs:nMaxCodeBits (Results 1 – 2 of 2) sorted by relevance

/trunk/main/filter/source/graphicfilter/itiff/
H A Dccidecom.cxx734 sal_uInt16 nMaxCodeBits) in MakeLookUp() argument
740 nLookUpSize=1<<nMaxCodeBits; in MakeLookUp()
742 nMask=0xffff>>(16-nMaxCodeBits); in MakeLookUp()
750 pHufTab[i].nCodeBits>nMaxCodeBits ) in MakeLookUp()
755 nMinCode = nMask & (pHufTab[i].nCode << (nMaxCodeBits-pHufTab[i].nCodeBits)); in MakeLookUp()
851 sal_uInt16 nMaxCodeBits) in ReadCodeAndDecode() argument
857 while (nInputBitsBufSize<nMaxCodeBits) { in ReadCodeAndDecode()
864 nCode=(sal_uInt16)((nInputBitsBuf>>(nInputBitsBufSize-nMaxCodeBits)) in ReadCodeAndDecode()
865 &(0xffff>>(16-nMaxCodeBits))); in ReadCodeAndDecode()
H A Dccidecom.hxx69 sal_uInt16 nMaxCodeBits);
78 sal_uInt16 nMaxCodeBits);

Completed in 20 milliseconds