Home
last modified time | relevance | path

Searched refs:GetCoder_for_Stream (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.cpp373 _bi.GetCoder_for_Stream(outStreamIndex, coderIndex, coderStreamIndex); in GetInStream2()
513 _bi.GetCoder_for_Stream(inStreamIndex, coderIndex, coderStreamIndex); in GetOutStream()
624 _bi.GetCoder_for_Stream(inStreamIndex, coderIndex, coderStreamIndex); in FinishStream()
1006 _bi.GetCoder_for_Stream(bond.PackIndex, coderIndex, coderStreamIndex); in Init()
1041 _bi.GetCoder_for_Stream(_bi.PackStreams[i], coderIndex, coderStreamIndex); in Init()
DCoderMixer2.h181 void GetCoder_for_Stream(UInt32 streamIndex, UInt32 &coderIndex, UInt32 &coderStreamIndex) const in GetCoder_for_Stream() function