Searched refs:coderIndex (Results 1 – 5 of 5) sorted by relevance
68 bool CheckCoder(unsigned coderIndex);75 bool CBondsChecks::CheckCoder(unsigned coderIndex) in CheckCoder() argument77 const CCoderStreamsInfo &coder = BindInfo->Coders[coderIndex]; in CheckCoder()79 if (coderIndex >= _coderUsed.Size() || _coderUsed[coderIndex]) in CheckCoder()81 _coderUsed[coderIndex] = true; in CheckCoder()83 UInt32 start = BindInfo->Coder_to_Stream[coderIndex]; in CheckCoder()185 bool CMixer::Is_UnpackSize_Correct_for_Coder(UInt32 coderIndex) in Is_UnpackSize_Correct_for_Coder() argument187 if (coderIndex == _bi.UnpackCoder) in Is_UnpackSize_Correct_for_Coder()190 int bond = _bi.FindBond_for_UnpackStream(coderIndex); in Is_UnpackSize_Correct_for_Coder()223 bool CMixer::Is_PackSize_Correct_for_Coder(UInt32 coderIndex) in Is_PackSize_Correct_for_Coder() argument[all …]
154 UInt32 GetStream_for_Coder(UInt32 coderIndex) const in GetStream_for_Coder()157 for (UInt32 i = 0; i < coderIndex; i++) in GetStream_for_Coder()181 void GetCoder_for_Stream(UInt32 streamIndex, UInt32 &coderIndex, UInt32 &coderStreamIndex) const in GetCoder_for_Stream()183 coderIndex = Stream_to_Coder[streamIndex]; in GetCoder_for_Stream()184 coderStreamIndex = streamIndex - Coder_to_Stream[coderIndex]; in GetCoder_for_Stream()276 …virtual void SetCoderInfo(unsigned coderIndex, const UInt64 *unpackSize, const UInt64 * const *pac…283 bool Is_UnpackSize_Correct_for_Coder(UInt32 coderIndex);284 bool Is_PackSize_Correct_for_Coder(UInt32 coderIndex);285 bool IsThere_ExternalCoder_in_PackTree(UInt32 coderIndex);325 HRESULT FinishCoder(UInt32 coderIndex);[all …]
41 bool IsThereBond_to_Coder(unsigned coderIndex) const in IsThereBond_to_Coder()44 if (Bonds[i].InCoder == coderIndex) in IsThereBond_to_Coder()
374 SRes MixCoder_SetFromMethod(CMixCoder *p, unsigned coderIndex, UInt64 methodId) in MixCoder_SetFromMethod() argument376 IStateCoder *sc = &p->coders[coderIndex]; in MixCoder_SetFromMethod()377 p->ids[coderIndex] = methodId; in MixCoder_SetFromMethod()385 if (coderIndex == 0) in MixCoder_SetFromMethod()
177 SRes MixCoder_SetFromMethod(CMixCoder *p, unsigned coderIndex, UInt64 methodId);