Lines Matching refs:coderIndex
543 static SRes MixCoder_SetFromMethod(CMixCoder *p, unsigned coderIndex, UInt64 methodId, Byte *outBuf… in MixCoder_SetFromMethod() argument
545 IStateCoder *sc = &p->coders[coderIndex]; in MixCoder_SetFromMethod()
546 p->ids[coderIndex] = methodId; in MixCoder_SetFromMethod()
553 if (coderIndex == 0) in MixCoder_SetFromMethod()
560 static SRes MixCoder_ResetFromMethod(CMixCoder *p, unsigned coderIndex, UInt64 methodId, Byte *outB… in MixCoder_ResetFromMethod() argument
562 IStateCoder *sc = &p->coders[coderIndex]; in MixCoder_ResetFromMethod()
1671 static void XzDecMt_Callback_Parse(void *obj, unsigned coderIndex, CMtDecCallbackInfo *cc) in XzDecMt_Callback_Parse() argument
1674 CXzDecMtThread *coder = &me->coders[coderIndex]; in XzDecMt_Callback_Parse()
1873 static SRes XzDecMt_Callback_PreCode(void *pp, unsigned coderIndex) in XzDecMt_Callback_PreCode() argument
1876 CXzDecMtThread *coder = &me->coders[coderIndex]; in XzDecMt_Callback_PreCode()
1928 static SRes XzDecMt_Callback_Code(void *pp, unsigned coderIndex, in XzDecMt_Callback_Code() argument
1934 CXzDecMtThread *coder = &me->coders[coderIndex]; in XzDecMt_Callback_Code()
2009 static SRes XzDecMt_Callback_Write(void *pp, unsigned coderIndex, in XzDecMt_Callback_Write() argument
2017 const CXzDecMtThread *coder = &me->coders[coderIndex]; in XzDecMt_Callback_Write()
2030 me->finishedDecoderIndex = (int)coderIndex; in XzDecMt_Callback_Write()
2122 me->finishedDecoderIndex = (int)coderIndex; in XzDecMt_Callback_Write()
2131 me->finishedDecoderIndex = (int)coderIndex; in XzDecMt_Callback_Write()