Searched refs:UnpackIndex (Results 1 – 7 of 7) sorted by relevance
84 UInt32 UnpackIndex; member86 UInt32 Get_InIndex(bool encodeMode) const { return encodeMode ? UnpackIndex : PackIndex; } in Get_InIndex()87 UInt32 Get_OutIndex(bool encodeMode) const { return encodeMode ? PackIndex : UnpackIndex; } in Get_OutIndex()117 if (Bonds[i].UnpackIndex == unpackStream) in FindBond_for_UnpackStream()
95 if (!CheckCoder(BindInfo->Bonds[bond].UnpackIndex)) in CheckCoder()215 UInt32 nextCoder = _bi.Bonds[bond].UnpackIndex; in Is_PackSize_Correct_for_Stream()249 if (IsThere_ExternalCoder_in_PackTree(_bi.Bonds[bond].UnpackIndex)) in IsThere_ExternalCoder_in_PackTree()628 ci = _bi.Bonds[bond].UnpackIndex; in SelectMainCoder()896 ci = _bi.Bonds[bond].UnpackIndex; in SelectMainCoder()936 inCoderIndex = EncodeMode ? bond.UnpackIndex : coderIndex; in Init()937 outCoderIndex = EncodeMode ? coderIndex : bond.UnpackIndex; in Init()
66 fb.UnpackIndex = _SrcIn_to_DestOut[mixerBond.UnpackIndex]; in SetFolder()531 bond.UnpackIndex = i + 1; // it's next coder in EncoderConstr()557 mixerBond.UnpackIndex = bond.InCoder; in EncoderConstr()590 ci = _bindInfo.Bonds[bond].UnpackIndex; in EncoderConstr()610 bond.UnpackIndex = numInStreams + i; in EncoderConstr()
42 bond.UnpackIndex = folderBond.UnpackIndex; in Convert_FolderInfo_to_BindInfo()77 (a1.UnpackIndex == a2.UnpackIndex); in AreBondsEqual()437 …= &folders.CoderUnpackSizes[unpackStreamIndexStart + folderInfo.Bonds[(unsigned)bond].UnpackIndex]; in Decode()
32 UInt32 UnpackIndex; member
296 WriteNumber(bond.UnpackIndex); in WriteFolder()
412 bp.UnpackIndex = ReadNum(); in ParseFolder()