Searched refs:BCJ2_NUM_STREAMS (Results 1 – 3 of 3) sorted by relevance
16 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 …]
18 Byte *_bufs[BCJ2_NUM_STREAMS + 1];19 UInt32 _bufsCurSizes[BCJ2_NUM_STREAMS + 1];20 UInt32 _bufsNewSizes[BCJ2_NUM_STREAMS + 1];73 unsigned _extraReadSizes[BCJ2_NUM_STREAMS];74 UInt64 _inStreamsProcessed[BCJ2_NUM_STREAMS];75 HRESULT _readRes[BCJ2_NUM_STREAMS];76 CMyComPtr<ISequentialInStream> _inStreams[BCJ2_NUM_STREAMS];
11 #define BCJ2_NUM_STREAMS 4 macro23 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];