Home
last modified time | relevance | path

Searched refs:IsThere_ExternalCoder_in_PackTree (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.h293 bool IsThere_ExternalCoder_in_PackTree(UInt32 coderIndex);
DCoderMixer2.cpp292 bool CMixer::IsThere_ExternalCoder_in_PackTree(UInt32 coderIndex) in IsThere_ExternalCoder_in_PackTree() function in NCoderMixer2::CMixer
308 if (IsThere_ExternalCoder_in_PackTree(_bi.Bonds[bond].UnpackIndex)) in IsThere_ExternalCoder_in_PackTree()
/external/lzma/CPP/7zip/Archive/7z/
D7zDecode.cpp498 if (_mixer->IsThere_ExternalCoder_in_PackTree(_mixer->MainCoderIndex)) in Decode()
D7zEncode.cpp417 if (!_mixer->IsThere_ExternalCoder_in_PackTree(mainCoder)) in Encode()