Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Compress/
H A DBcj2Coder.cpp18 for (unsigned i = 0; i < BCJ2_NUM_STREAMS + 1; i++) in CBaseCoder()
28 for (unsigned i = 0; i < BCJ2_NUM_STREAMS + 1; i++) in ~CBaseCoder()
34 const unsigned num = allocForOrig ? BCJ2_NUM_STREAMS + 1 : BCJ2_NUM_STREAMS; in Alloc()
75 { _bufsSizes_New[BCJ2_NUM_STREAMS] = size; return S_OK; } in SetInBufSize()
141 if (numInStreams != 1 || numOutStreams != BCJ2_NUM_STREAMS) in CodeReal()
159 enc.src = _bufs[BCJ2_NUM_STREAMS]; in CodeReal()
162 for (unsigned i = 0; i < BCJ2_NUM_STREAMS; i++) in CodeReal()
185 const Byte *srcLim_Read = _bufs[BCJ2_NUM_STREAMS]; in CodeReal()
208 if (enc.state < BCJ2_NUM_STREAMS) in CodeReal()
[all...]
H A DBcj2Coder.h18 Byte *_bufs[BCJ2_NUM_STREAMS + 1];
19 UInt32 _bufsSizes[BCJ2_NUM_STREAMS + 1];
20 UInt32 _bufsSizes_New[BCJ2_NUM_STREAMS + 1];
62 HRESULT _readRes[BCJ2_NUM_STREAMS];
63 unsigned _extraSizes[BCJ2_NUM_STREAMS];
64 UInt64 _readSizes[BCJ2_NUM_STREAMS];
118 CMyComPtr<ISequentialInStream> _inStreams[BCJ2_NUM_STREAMS];
/third_party/lzma/C/
H A 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,
95 const Byte *bufs[BCJ2_NUM_STREAMS];
96 const Byte *lims[BCJ2_NUM_STREAMS];
256 Byte *bufs[BCJ2_NUM_STREAMS];
257 const Byte *lims[BCJ2_NUM_STREAMS];
296 p->State < BCJ2_NUM_STREAMS : we need more buffer space for output stream

Completed in 3 milliseconds