Home
last modified time | relevance | path

Searched refs:nInputBitsBufSize (Results 1 – 6 of 6) sorted by relevance

/trunk/main/filter/source/graphicfilter/itiff/
H A Dccidecom.cxx622 nInputBitsBufSize = 0; in StartDecompression()
798 nInputBitsBufSize += 8; in ReadEOL()
808 nInputBitsBufSize--; in ReadEOL()
824 nInputBitsBufSize=8; in Read2DTag()
826 nInputBitsBufSize--; in Read2DTag()
842 nInputBitsBufSize=8; in ReadBlackOrWhite()
844 nInputBitsBufSize--; in ReadBlackOrWhite()
862 nInputBitsBufSize+=8; in ReadCodeAndDecode()
868 nInputBitsBufSize = nInputBitsBufSize - nCodeBits; in ReadCodeAndDecode()
950 nInputBitsBufSize+=8; in Read1DScanlineData()
[all …]
H A Dlzwdecom.cxx66 nInputBitsBufSize=8; in StartDecompression()
128 if (nInputBitsBufSize<=nBits) in GetNextCode()
130 nCode=(nCode<<nInputBitsBufSize) | nInputBitsBuf; in GetNextCode()
131 nBits = nBits - nInputBitsBufSize; in GetNextCode()
135 nInputBitsBufSize=8; in GetNextCode()
139 nCode=(nCode<<nBits) | (nInputBitsBuf>>(nInputBitsBufSize-nBits)); in GetNextCode()
140 nInputBitsBufSize = nInputBitsBufSize - nBits; in GetNextCode()
141 nInputBitsBuf&=0x00ff>>(8-nInputBitsBufSize); in GetNextCode()
H A Dlzwdecom.hxx69 sal_uInt16 nInputBitsBufSize; member in LZWDecompressor
H A Dccidecom.hxx113 sal_uInt16 nInputBitsBufSize; member in CCIDecompressor
/trunk/main/svtools/source/filter/igif/
H A Ddecode.cxx43 nInputBitsBufSize ( 0 ), in GIFLZWDecompressor()
148 while( nInputBitsBufSize < nCodeSize ) in ProcessOneCode()
156 nInputBitsBuf |= ( (sal_uLong) pBlockBuf[ nBlockBufPos++ ] ) << nInputBitsBufSize; in ProcessOneCode()
157 nInputBitsBufSize += 8; in ProcessOneCode()
166 nInputBitsBufSize = nInputBitsBufSize - nCodeSize; in ProcessOneCode()
H A Ddecode.hxx46 sal_uInt16 nInputBitsBufSize; member in GIFLZWDecompressor

Completed in 29 milliseconds