Home
last modified time | relevance | path

Searched refs:BCJ2_NUM_STREAMS (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DBcj2Coder.cpp16 for (int i = 0; i < BCJ2_NUM_STREAMS + 1; i++) in CBaseCoder()
26 for (int i = 0; i < BCJ2_NUM_STREAMS + 1; i++) in ~CBaseCoder()
32 unsigned num = allocForOrig ? BCJ2_NUM_STREAMS + 1 : BCJ2_NUM_STREAMS; in Alloc()
64 STDMETHODIMP CEncoder::SetInBufSize(UInt32, UInt32 size) { _bufsNewSizes[BCJ2_NUM_STREAMS] = size; … in SetInBufSize()
120 if (numInStreams != 1 || numOutStreams != BCJ2_NUM_STREAMS) in CodeReal()
138 enc.src = _bufs[BCJ2_NUM_STREAMS]; in CodeReal()
142 for (int i = 0; i < BCJ2_NUM_STREAMS; i++) in CodeReal()
197 enc.srcLim = _bufs[BCJ2_NUM_STREAMS] + numBytes_in_ReadBuf; in CodeReal()
237 …currentInPos = totalStreamRead - numBytes_in_ReadBuf + (enc.src - _bufs[BCJ2_NUM_STREAMS]) - enc.t… in CodeReal()
242 if (enc.state < BCJ2_NUM_STREAMS) in CodeReal()
[all …]
DBcj2Coder.h18 Byte *_bufs[BCJ2_NUM_STREAMS + 1];
19 UInt32 _bufsCurSizes[BCJ2_NUM_STREAMS + 1];
20 UInt32 _bufsNewSizes[BCJ2_NUM_STREAMS + 1];
72 unsigned _extraReadSizes[BCJ2_NUM_STREAMS];
73 UInt64 _inStreamsProcessed[BCJ2_NUM_STREAMS];
74 HRESULT _readRes[BCJ2_NUM_STREAMS];
75 CMyComPtr<ISequentialInStream> _inStreams[BCJ2_NUM_STREAMS];
/external/lzma/C/
DBcj2.h11 #define BCJ2_NUM_STREAMS 4 macro
23 BCJ2_DEC_STATE_ORIG_0 = BCJ2_NUM_STREAMS,
34 BCJ2_ENC_STATE_ORIG = BCJ2_NUM_STREAMS,
64 const Byte *bufs[BCJ2_NUM_STREAMS];
65 const Byte *lims[BCJ2_NUM_STREAMS];
96 Byte *bufs[BCJ2_NUM_STREAMS];
97 const Byte *lims[BCJ2_NUM_STREAMS];