Home
last modified time | relevance | path

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

/aoo41x/main/filter/source/graphicfilter/itiff/
H A Dccidecom.cxx728 sal_uInt16 nMaxCodeBits) in MakeLookUp() argument
734 nLookUpSize=1<<nMaxCodeBits; in MakeLookUp()
736 nMask=0xffff>>(16-nMaxCodeBits); in MakeLookUp()
744 pHufTab[i].nCodeBits>nMaxCodeBits ) in MakeLookUp()
749 nMinCode = nMask & (pHufTab[i].nCode << (nMaxCodeBits-pHufTab[i].nCodeBits)); in MakeLookUp()
845 sal_uInt16 nMaxCodeBits) in ReadCodeAndDecode() argument
851 while (nInputBitsBufSize<nMaxCodeBits) { in ReadCodeAndDecode()
858 nCode=(sal_uInt16)((nInputBitsBuf>>(nInputBitsBufSize-nMaxCodeBits)) in ReadCodeAndDecode()
859 &(0xffff>>(16-nMaxCodeBits))); in ReadCodeAndDecode()
H A Dccidecom.hxx69 sal_uInt16 nMaxCodeBits);
78 sal_uInt16 nMaxCodeBits);

Completed in 18 milliseconds