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.cpp314 _bi.GetCoder_for_Stream(outStreamIndex, coderIndex, coderStreamIndex); in GetInStream2()
454 _bi.GetCoder_for_Stream(inStreamIndex, coderIndex, coderStreamIndex); in GetOutStream()
565 _bi.GetCoder_for_Stream(inStreamIndex, coderIndex, coderStreamIndex); in FinishStream()
934 _bi.GetCoder_for_Stream(bond.PackIndex, coderIndex, coderStreamIndex); in Init()
969 _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