Home
last modified time | relevance | path

Searched refs:NCoderMixer2 (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zDecode.h13 struct CBindInfoEx: public NCoderMixer2::CBindInfo
32 NCoderMixer2::CMixerST *_mixerST;
36 NCoderMixer2::CMixerMT *_mixerMT;
39 NCoderMixer2::CMixer *_mixer;
D7zEncode.h47 NCoderMixer2::CMixerST *_mixerST;
50 NCoderMixer2::CMixerMT *_mixerMT;
53 NCoderMixer2::CMixer *_mixer;
57 NCoderMixer2::CBindInfo _bindInfo;
D7zEncode.cpp36 const NCoderMixer2::CCoderStreamsInfo &coder = _bindInfo.Coders[i]; in InitBindConv()
64 const NCoderMixer2::CBond &mixerBond = _bindInfo.Bonds[_bindInfo.Bonds.Size() - 1 - i]; in SetFolder()
74 …const NCoderMixer2::CCoderStreamsInfo &coderStreamsInfo = _bindInfo.Coders[_bindInfo.Coders.Size()… in SetFolder()
133 _mixerMT = new NCoderMixer2::CMixerMT(true); in CreateMixerCoder()
143 _mixerST = new NCoderMixer2::CMixerST(true); in CreateMixerCoder()
504 NCoderMixer2::CCoderStreamsInfo coderStreamsInfo; in EncoderConstr()
520 NCoderMixer2::CCoderStreamsInfo cod; in EncoderConstr()
529 NCoderMixer2::CBond bond; in EncoderConstr()
550 NCoderMixer2::CBond mixerBond; in EncoderConstr()
609 NCoderMixer2::CBond bond; in EncoderConstr()
[all …]
D7zDecode.cpp39 NCoderMixer2::CBond &bond = bi.Bonds[i]; in Convert_FolderInfo_to_BindInfo()
65 const NCoderMixer2::CCoderStreamsInfo &a1, in AreCodersEqual()
66 const NCoderMixer2::CCoderStreamsInfo &a2) in AreCodersEqual()
72 const NCoderMixer2::CBond &a1, in AreBondsEqual()
73 const NCoderMixer2::CBond &a2) in AreBondsEqual()
282 _mixerMT = new NCoderMixer2::CMixerMT(false); in Decode()
292 _mixerST = new NCoderMixer2::CMixerST(false); in Decode()
/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.h79 namespace NCoderMixer2 {
DCoderMixer2.cpp53 namespace NCoderMixer2 { namespace