Home
last modified time | relevance | path

Searched refs:mixerBond (Results 1 - 1 of 1) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zEncode.cpp66 const NCoderMixer2::CBond &mixerBond = _bindInfo.Bonds[_bindInfo.Bonds.Size() - 1 - i]; in SetFolder() local
67 fb.PackIndex = SrcOut_to_DestIn[mixerBond.PackIndex]; in SetFolder()
68 fb.UnpackIndex = SrcIn_to_DestOut[mixerBond.UnpackIndex]; in SetFolder()
619 NCoderMixer2::CBond mixerBond; in EncoderConstr() local
625 mixerBond.PackIndex = _bindInfo.GetStream_for_Coder(bond.OutCoder) + bond.OutStream; in EncoderConstr()
626 mixerBond.UnpackIndex = bond.InCoder; in EncoderConstr()
627 _bindInfo.Bonds.Add(mixerBond); in EncoderConstr()

Completed in 2 milliseconds