Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2.cpp367 UInt32 coderIndex = outStreamIndex, coderStreamIndex = 0; in GetInStream2() local
371 _bi.GetCoder_for_Stream(outStreamIndex, coderIndex, coderStreamIndex); in GetInStream2()
372 if (coderStreamIndex != 0) in GetInStream2()
508 UInt32 coderStreamIndex = 0; in GetOutStream() local
511 _bi.GetCoder_for_Stream(inStreamIndex, coderIndex, coderStreamIndex); in GetOutStream()
620 UInt32 coderStreamIndex = 0; in FinishStream() local
622 _bi.GetCoder_for_Stream(inStreamIndex, coderIndex, coderStreamIndex); in FinishStream()
1011 UInt32 coderIndex, coderStreamIndex; in Init() local
1012 _bi.GetCoder_for_Stream(bond.PackIndex, coderIndex, coderStreamIndex); in Init()
1017 inCoderStreamIndex = EncodeMode ? 0 : coderStreamIndex; in Init()
[all …]
H A DCoderMixer2.h171 void GetCoder_for_Stream(UInt32 streamIndex, UInt32 &coderIndex, UInt32 &coderStreamIndex) const
174 coderStreamIndex = streamIndex - Coder_to_Stream[coderIndex];