Lines Matching defs:bond
473 int bond = _bindInfo.FindBond_for_UnpackStream(_DestOut_to_SrcIn[i]);
475 if (bond < 0)
481 streamSize = _mixer->GetBondStreamSize(bond);
551 NCoderMixer2::CBond bond;
552 bond.PackIndex = numOutStreams;
553 bond.UnpackIndex = i + 1; // it's next coder
554 _bindInfo.Bonds.Add(bond);
573 const CBond2 &bond = _options.Bonds[i];
574 if (bond.InCoder >= _bindInfo.Coders.Size()
575 || bond.OutCoder >= _bindInfo.Coders.Size()
576 || bond.OutStream >= _bindInfo.Coders[bond.OutCoder].NumStreams)
578 mixerBond.PackIndex = _bindInfo.GetStream_for_Coder(bond.OutCoder) + bond.OutStream;
579 mixerBond.UnpackIndex = bond.InCoder;
609 int bond = _bindInfo.FindBond_for_PackStream(outIndex);
610 if (bond >= 0)
612 ci = _bindInfo.Bonds[bond].UnpackIndex;
631 NCoderMixer2::CBond bond;
632 bond.UnpackIndex = numInStreams + i;
633 bond.PackIndex = _bindInfo.PackStreams[i];
634 _bindInfo.Bonds.Add(bond);