Lines Matching refs:coderIndex
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);
341 …virtual void SetCoderInfo(unsigned coderIndex, const UInt64 *unpackSize, const UInt64 * const *pac… in SetCoderInfo() argument
342 { _coders[coderIndex].SetCoderInfo(unpackSize, packSizes); } in SetCoderInfo()
422 …virtual void SetCoderInfo(unsigned coderIndex, const UInt64 *unpackSize, const UInt64 * const *pac… in SetCoderInfo() argument
423 { _coders[coderIndex].SetCoderInfo(unpackSize, packSizes); } in SetCoderInfo()