Home
last modified time | relevance | path

Searched defs:coderIndex (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.cpp75 bool CBondsChecks::CheckCoder(unsigned coderIndex) in CheckCoder()
185 bool CMixer::Is_UnpackSize_Correct_for_Coder(UInt32 coderIndex) in Is_UnpackSize_Correct_for_Coder()
223 bool CMixer::Is_PackSize_Correct_for_Coder(UInt32 coderIndex) in Is_PackSize_Correct_for_Coder()
233 bool CMixer::IsThere_ExternalCoder_in_PackTree(UInt32 coderIndex) in IsThere_ExternalCoder_in_PackTree()
310 UInt32 coderIndex = outStreamIndex, coderStreamIndex = 0; in GetInStream2() local
450 UInt32 coderIndex = inStreamIndex; in GetOutStream() local
562 UInt32 coderIndex = inStreamIndex; in FinishStream() local
579 HRESULT CMixerST::FinishCoder(UInt32 coderIndex) in FinishCoder()
933 UInt32 coderIndex, coderStreamIndex; in Init() local
968 UInt32 coderIndex, coderStreamIndex; in Init() local
DCoderMixer2.h341 …virtual void SetCoderInfo(unsigned coderIndex, const UInt64 *unpackSize, const UInt64 * const *pac… in SetCoderInfo()
422 …virtual void SetCoderInfo(unsigned coderIndex, const UInt64 *unpackSize, const UInt64 * const *pac… in SetCoderInfo()
/external/lzma/C/
DXzDec.c374 SRes MixCoder_SetFromMethod(CMixCoder *p, unsigned coderIndex, UInt64 methodId) in MixCoder_SetFromMethod()