Lines Matching refs:bond

149     int bond = BindInfo->FindBond_for_PackStream(ind);  in CheckCoder()  local
150 if (bond < 0) in CheckCoder()
152 if (!CheckCoder(BindInfo->Bonds[bond].UnpackIndex)) in CheckCoder()
249 int bond = _bi.FindBond_for_UnpackStream(coderIndex); in Is_UnpackSize_Correct_for_Coder() local
250 if (bond < 0) in Is_UnpackSize_Correct_for_Coder()
257 UInt32 nextCoder = _bi.Stream_to_Coder[_bi.Bonds[bond].PackIndex]; in Is_UnpackSize_Correct_for_Coder()
270 int bond = _bi.FindBond_for_PackStream(streamIndex); in Is_PackSize_Correct_for_Stream() local
271 if (bond < 0) in Is_PackSize_Correct_for_Stream()
274 UInt32 nextCoder = _bi.Bonds[bond].UnpackIndex; in Is_PackSize_Correct_for_Stream()
304 int bond = _bi.FindBond_for_PackStream(si); in IsThere_ExternalCoder_in_PackTree() local
305 if (bond < 0) in IsThere_ExternalCoder_in_PackTree()
308 if (IsThere_ExternalCoder_in_PackTree(_bi.Bonds[bond].UnpackIndex)) in IsThere_ExternalCoder_in_PackTree()
447 int bond = FindBond_for_Stream( in GetInStream() local
450 if (bond < 0) in GetInStream()
454 _bi.Bonds[bond].Get_OutIndex(EncodeMode), &seqInStream)); in GetInStream()
456 while (_binderStreams.Size() <= (unsigned)bond) in GetInStream()
458 CStBinderStream &bs = _binderStreams[bond]; in GetInStream()
501 int bond = FindBond_for_Stream( in GetOutStream() local
504 if (bond < 0) in GetOutStream()
507 UInt32 inStreamIndex = _bi.Bonds[bond].Get_InIndex(EncodeMode); in GetOutStream()
561 while (_binderStreams.Size() <= (unsigned)bond) in GetOutStream()
563 CStBinderStream &bs = _binderStreams[bond]; in GetOutStream()
613 int bond = FindBond_for_Stream( in FinishStream() local
616 if (bond < 0) in FinishStream()
619 UInt32 inStreamIndex = _bi.Bonds[bond].Get_InIndex(EncodeMode); in FinishStream()
677 int bond = _bi.FindBond_for_PackStream(st); in SelectMainCoder() local
678 if (bond < 0) in SelectMainCoder()
687 ci = _bi.Bonds[bond].UnpackIndex; in SelectMainCoder()
965 int bond = _bi.FindBond_for_PackStream(st); in SelectMainCoder() local
966 if (bond < 0) in SelectMainCoder()
968 ci = _bi.Bonds[bond].UnpackIndex; in SelectMainCoder()
999 const CBond &bond = _bi.Bonds[i]; in Init() local
1006 _bi.GetCoder_for_Stream(bond.PackIndex, coderIndex, coderStreamIndex); in Init()
1008 inCoderIndex = EncodeMode ? bond.UnpackIndex : coderIndex; in Init()
1009 outCoderIndex = EncodeMode ? coderIndex : bond.UnpackIndex; in Init()