Searched refs:nInputBitsBufSize (Results 1 – 6 of 6) sorted by relevance
622 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 …]
66 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()
69 sal_uInt16 nInputBitsBufSize; member in LZWDecompressor
113 sal_uInt16 nInputBitsBufSize; member in CCIDecompressor
43 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()
46 sal_uInt16 nInputBitsBufSize; member in GIFLZWDecompressor
Completed in 19 milliseconds