Home
last modified time | relevance | path

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

/external/lzma/C/
DXz.h172 } CMixCoder; typedef
174 void MixCoder_Construct(CMixCoder *p, ISzAlloc *alloc);
175 void MixCoder_Free(CMixCoder *p);
176 void MixCoder_Init(CMixCoder *p);
177 SRes MixCoder_SetFromMethod(CMixCoder *p, int coderIndex, UInt64 methodId);
178 SRes MixCoder_Code(CMixCoder *p, Byte *dest, SizeT *destLen,
215 CMixCoder decoder;
DXzDec.c319 void MixCoder_Construct(CMixCoder *p, ISzAlloc *alloc) in MixCoder_Construct()
329 void MixCoder_Free(CMixCoder *p) in MixCoder_Free()
343 void MixCoder_Init(CMixCoder *p) in MixCoder_Init()
359 SRes MixCoder_SetFromMethod(CMixCoder *p, int coderIndex, UInt64 methodId) in MixCoder_SetFromMethod()
375 SRes MixCoder_Code(CMixCoder *p, Byte *dest, SizeT *destLen, in MixCoder_Code()
558 SRes XzDec_Init(CMixCoder *p, const CXzBlock *block) in XzDec_Init()