Home
last modified time | relevance | path

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

/external/lzma/C/
DXzEnc.c270 SRes BraState_SetFromMethod(IStateCoder *p, UInt64 id, int encodeMode, ISzAlloc *alloc);
282 RINOK(BraState_SetFromMethod(&p->StateCoder, props->id, 1, &g_Alloc)); in SeqInFilter_Init()
DXzDec.c200 SRes BraState_SetFromMethod(IStateCoder *p, UInt64 id, int encodeMode, ISzAlloc *alloc) in BraState_SetFromMethod() function
387 return BraState_SetFromMethod(sc, methodId, 0, p->alloc); in MixCoder_SetFromMethod()