Searched refs:IStateCoder (Results 1 – 3 of 3) sorted by relevance
/third_party/lzma/C/ |
D | XzDec.c | 243 SRes BraState_SetFromMethod(IStateCoder *p, UInt64 id, int encodeMode, ISzAllocPtr alloc); 244 SRes BraState_SetFromMethod(IStateCoder *p, UInt64 id, int encodeMode, ISzAllocPtr alloc) in BraState_SetFromMethod() 316 static SRes SbState_SetFromMethod(IStateCoder *p, ISzAllocPtr alloc) in SbState_SetFromMethod() 409 static SRes Lzma2State_SetFromMethod(IStateCoder *p, Byte *outBuf, size_t outBufSize, ISzAllocPtr a… in Lzma2State_SetFromMethod() 436 static SRes Lzma2State_ResetOutBuf(IStateCoder *p, Byte *outBuf, size_t outBufSize) in Lzma2State_ResetOutBuf() 473 IStateCoder *sc = &p->coders[i]; in MixCoder_Free() 498 IStateCoder *coder = &p->coders[i]; in MixCoder_Init() 511 IStateCoder *sc = &p->coders[coderIndex]; in MixCoder_SetFromMethod() 528 IStateCoder *sc = &p->coders[coderIndex]; in MixCoder_ResetFromMethod() 577 IStateCoder *coder = &p->coders[0]; in MixCoder_Code() [all …]
|
D | Xz.h | 174 } IStateCoder; typedef 199 IStateCoder coders[MIXCODER_NUM_FILTERS_MAX];
|
D | XzEnc.c | 318 IStateCoder StateCoder; 326 SRes BraState_SetFromMethod(IStateCoder *p, UInt64 id, int encodeMode, ISzAllocPtr alloc);
|