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()
152 if (!CheckCoder(BindInfo->Bonds[bond].UnpackIndex)) in CheckCoder()274 UInt32 nextCoder = _bi.Bonds[bond].UnpackIndex; in Is_PackSize_Correct_for_Stream()308 if (IsThere_ExternalCoder_in_PackTree(_bi.Bonds[bond].UnpackIndex)) in IsThere_ExternalCoder_in_PackTree()687 ci = _bi.Bonds[bond].UnpackIndex; in SelectMainCoder()968 ci = _bi.Bonds[bond].UnpackIndex; in SelectMainCoder()1008 inCoderIndex = EncodeMode ? bond.UnpackIndex : coderIndex; in Init()1009 outCoderIndex = EncodeMode ? coderIndex : bond.UnpackIndex; in Init()
66 fb.UnpackIndex = _SrcIn_to_DestOut[mixerBond.UnpackIndex]; in SetFolder()553 bond.UnpackIndex = i + 1; // it's next coder in EncoderConstr()579 mixerBond.UnpackIndex = bond.InCoder; in EncoderConstr()612 ci = _bindInfo.Bonds[bond].UnpackIndex; in EncoderConstr()632 bond.UnpackIndex = numInStreams + i; in EncoderConstr()
42 bond.UnpackIndex = folderBond.UnpackIndex; in Convert_FolderInfo_to_BindInfo()77 (a1.UnpackIndex == a2.UnpackIndex); in AreBondsEqual()459 …= &folders.CoderUnpackSizes[unpackStreamIndexStart + folderInfo.Bonds[(unsigned)bond].UnpackIndex]; in Decode()
33 UInt32 UnpackIndex; member
296 WriteNumber(bond.UnpackIndex); in WriteFolder()
428 bp.UnpackIndex = ReadNum(); in ParseFolder()