Searched refs:coderStreamIndex (Results  1 – 2 of 2) sorted by relevance
| /external/lzma/CPP/7zip/Archive/Common/ | 
| D | CoderMixer2.cpp | 369   UInt32 coderIndex = outStreamIndex, coderStreamIndex = 0;  in GetInStream2()  local373     _bi.GetCoder_for_Stream(outStreamIndex, coderIndex, coderStreamIndex);  in GetInStream2()
 374     if (coderStreamIndex != 0)  in GetInStream2()
 510   UInt32 coderStreamIndex = 0;  in GetOutStream()  local
 513     _bi.GetCoder_for_Stream(inStreamIndex, coderIndex, coderStreamIndex);  in GetOutStream()
 622   UInt32 coderStreamIndex = 0;  in FinishStream()  local
 624     _bi.GetCoder_for_Stream(inStreamIndex, coderIndex, coderStreamIndex);  in FinishStream()
 1005       UInt32 coderIndex, coderStreamIndex;  in Init()  local
 1006       _bi.GetCoder_for_Stream(bond.PackIndex, coderIndex, coderStreamIndex);  in Init()
 1011       inCoderStreamIndex = EncodeMode ? 0 : coderStreamIndex;  in Init()
 [all …]
 
 | 
| D | CoderMixer2.h | 181   void GetCoder_for_Stream(UInt32 streamIndex, UInt32 &coderIndex, UInt32 &coderStreamIndex) const  in GetCoder_for_Stream()184     coderStreamIndex = streamIndex - Coder_to_Stream[coderIndex];  in GetCoder_for_Stream()
 
 |