Searched refs:nCodeSize (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/filter/source/graphicfilter/egif/ |
H A D | giflzwc.cxx | 162 nCodeSize=nDataSize+1; in StartCompression() 174 pIDOS->WriteBits( nClearCode,nCodeSize ); in StartCompression() 208 pIDOS->WriteBits(pPrefix->nCode,nCodeSize); in Compress() 212 pIDOS->WriteBits(nClearCode,nCodeSize); in Compress() 217 nCodeSize=nDataSize+1; in Compress() 222 if(nTableSize==(sal_uInt16)(1<<nCodeSize)) in Compress() 223 nCodeSize++; in Compress() 245 pIDOS->WriteBits(pPrefix->nCode,nCodeSize); in EndCompression() 247 pIDOS->WriteBits( nEOICode,nCodeSize ); in EndCompression()
|
H A D | giflzwc.hxx | 49 sal_uInt16 nCodeSize; member in GIFLZWCompressor
|
/aoo42x/main/svtools/source/filter/igif/ |
H A D | decode.cxx | 52 nCodeSize = nDataSize + 1; in GIFLZWDecompressor() 134 if ( ( nTableSize == (sal_uInt16) (1 << nCodeSize) ) && ( nTableSize < 4096 ) ) in AddToTable() 135 nCodeSize++; in AddToTable() 148 while( nInputBitsBufSize < nCodeSize ) in ProcessOneCode() 164 ( (sal_uInt16) nInputBitsBuf ) & ( ~( 0xffff << nCodeSize ) )); in ProcessOneCode() 165 nInputBitsBuf >>= nCodeSize; in ProcessOneCode() 166 nInputBitsBufSize = nInputBitsBufSize - nCodeSize; in ProcessOneCode() 185 nCodeSize = nDataSize + 1; in ProcessOneCode()
|
H A D | decode.hxx | 43 sal_uInt16 nCodeSize; member in GIFLZWDecompressor
|
/aoo42x/main/basic/source/classes/ |
H A D | image.cxx | 42 nCodeSize = 0; in SbiImage() 69 nCodeSize = 0; in Clear() 185 nCodeSize = nLen; in Load() 186 r.Read( pCode, nCodeSize ); in Load() 190 nLegacyCodeSize = (sal_uInt16) nCodeSize; in Load() 196 nCodeSize = aLegacyToNew.GetSize(); in Load() 340 PCodeBuffConvertor< sal_uInt32, sal_uInt16 > aNewToLegacy( (sal_uInt8*)pCode, nCodeSize ); in Save() 347 r.Write( pCode, nCodeSize ); in Save() 457 nCodeSize = s; in AddCode() 537 if ( ( nStringSize > 0xFF00L ) || ( CalcLegacyOffset( nCodeSize ) > 0xFF00L ) ) in ExceedsLegacyLimits()
|
/aoo42x/main/filter/source/graphicfilter/etiff/ |
H A D | etiff.cxx | 98 sal_uInt16 nCodeSize; member in TIFFWriter 522 nCodeSize = nDataSize + 1; in StartCompression() 536 WriteBits( nClearCode, nCodeSize ); in StartCompression() 564 WriteBits( pPrefix->nCode, nCodeSize ); in Compress() 568 WriteBits( nClearCode, nCodeSize ); in Compress() 573 nCodeSize = nDataSize + 1; in Compress() 578 if( nTableSize == (sal_uInt16)( ( 1 << nCodeSize ) - 1 ) ) in Compress() 579 nCodeSize++; in Compress() 598 WriteBits( pPrefix->nCode, nCodeSize ); in EndCompression() 600 WriteBits( nEOICode, nCodeSize ); in EndCompression()
|
/aoo42x/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 160 sal_uInt16 nCodeSize; member in PSWriter 2636 nCodeSize = nDataSize + 1; in StartCompression() 2649 WriteBits( nClearCode, nCodeSize ); in StartCompression() 2677 WriteBits( pPrefix->nCode, nCodeSize ); in Compress() 2681 WriteBits( nClearCode, nCodeSize ); in Compress() 2686 nCodeSize = nDataSize + 1; in Compress() 2691 if( nTableSize == (sal_uInt16)( ( 1 << nCodeSize ) - 1 ) ) in Compress() 2692 nCodeSize++; in Compress() 2711 WriteBits( pPrefix->nCode, nCodeSize ); in EndCompression() 2713 WriteBits( nEOICode, nCodeSize ); in EndCompression()
|
/aoo42x/main/basic/source/inc/ |
H A D | image.hxx | 51 sal_uInt32 nCodeSize; // Groesse des Code-Blocks member in SbiImage 83 sal_uInt32 GetCodeSize() const { return nCodeSize; } in GetCodeSize()
|
Completed in 42 milliseconds