Lines Matching defs:bond
149 const int bond = BindInfo->FindBond_for_PackStream(ind);
150 if (bond < 0)
152 if (!CheckCoder(BindInfo->Bonds[(unsigned)bond].UnpackIndex))
249 const int bond = _bi.FindBond_for_UnpackStream(coderIndex);
250 if (bond < 0)
255 _bi.GetCoder_for_Stream(_bi.Bonds[(unsigned)bond].PackIndex, coderIndex, coderStreamIndex);
257 const UInt32 nextCoder = _bi.Stream_to_Coder[_bi.Bonds[(unsigned)bond].PackIndex];
270 const int bond = _bi.FindBond_for_PackStream(streamIndex);
271 if (bond < 0)
274 const UInt32 nextCoder = _bi.Bonds[(unsigned)bond].UnpackIndex;
304 const int bond = _bi.FindBond_for_PackStream(si);
305 if (bond < 0)
308 if (IsThere_ExternalCoder_in_PackTree(_bi.Bonds[(unsigned)bond].UnpackIndex))
445 const int bond = FindBond_for_Stream(
448 if (bond < 0)
452 _bi.Bonds[(unsigned)bond].Get_OutIndex(EncodeMode), &seqInStream))
454 while (_binderStreams.Size() <= (unsigned)bond)
456 CStBinderStream &bs = _binderStreams[(unsigned)bond];
499 const int bond = FindBond_for_Stream(
502 if (bond < 0)
505 const UInt32 inStreamIndex = _bi.Bonds[(unsigned)bond].Get_InIndex(EncodeMode);
559 while (_binderStreams.Size() <= (unsigned)bond)
561 CStBinderStream &bs = _binderStreams[(unsigned)bond];
611 const int bond = FindBond_for_Stream(
614 if (bond < 0)
617 const UInt32 inStreamIndex = _bi.Bonds[(unsigned)bond].Get_InIndex(EncodeMode);
675 const int bond = _bi.FindBond_for_PackStream(st);
676 if (bond < 0)
685 ci = _bi.Bonds[(unsigned)bond].UnpackIndex;
971 const int bond = _bi.FindBond_for_PackStream(st);
972 if (bond < 0)
974 ci = _bi.Bonds[(unsigned)bond].UnpackIndex;
1005 const CBond &bond = _bi.Bonds[i];
1012 _bi.GetCoder_for_Stream(bond.PackIndex, coderIndex, coderStreamIndex);
1014 inCoderIndex = EncodeMode ? bond.UnpackIndex : coderIndex;
1015 outCoderIndex = EncodeMode ? coderIndex : bond.UnpackIndex;