Home
last modified time | relevance | path

Searched refs:CMixCoder (Results 1 – 2 of 2) sorted by relevance

/external/lzma/C/
DXz.h200 } CMixCoder; typedef
239 CMixCoder decoder;
DXzDec.c450 static void MixCoder_Construct(CMixCoder *p, ISzAllocPtr alloc) in MixCoder_Construct()
466 static void MixCoder_Free(CMixCoder *p) in MixCoder_Free()
486 static void MixCoder_Init(CMixCoder *p) in MixCoder_Init()
508 static SRes MixCoder_SetFromMethod(CMixCoder *p, unsigned coderIndex, UInt64 methodId, Byte *outBuf… in MixCoder_SetFromMethod()
525 static SRes MixCoder_ResetFromMethod(CMixCoder *p, unsigned coderIndex, UInt64 methodId, Byte *outB… in MixCoder_ResetFromMethod()
547 static SRes MixCoder_Code(CMixCoder *p, in MixCoder_Code()
866 static SRes XzDecMix_Init(CMixCoder *p, const CXzBlock *block, Byte *outBuf, size_t outBufSize) in XzDecMix_Init()