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

/external/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2MT.cpp122 UInt32 inCoderIndex, inCoderStreamIndex; local
124 _bindInfo.FindInStream(bindPair.InIndex, inCoderIndex, inCoderStreamIndex);
128 &_coders[inCoderIndex].InStreams[inCoderStreamIndex],
132 _coders[inCoderIndex].QueryInterface(IID_ICompressSetBufSize, (void **)&inSetSize);
144 UInt32 inCoderIndex, inCoderStreamIndex; local
145 _bindInfo.FindInStream(_bindInfo.InStreams[i], inCoderIndex, inCoderStreamIndex);
146 _coders[inCoderIndex].InStreams[inCoderStreamIndex] = inStreams[i];

Completed in 48 milliseconds