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

/external/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2MT.cpp144 UInt32 inCoderIndex, inCoderStreamIndex; local
146 _bindInfo.FindInStream(bindPair.InIndex, inCoderIndex, inCoderStreamIndex);
150 &_coders[inCoderIndex].InStreams[inCoderStreamIndex],
154 _coders[inCoderIndex].QueryInterface(IID_ICompressSetBufSize, (void **)&inSetSize);
166 UInt32 inCoderIndex, inCoderStreamIndex; local
167 _bindInfo.FindInStream(_bindInfo.InStreams[i], inCoderIndex, inCoderStreamIndex);
168 _coders[inCoderIndex].InStreams[inCoderStreamIndex] = inStreams[i];

Completed in 88 milliseconds