Searched refs:BraState_SetFromMethod (Results 1 – 2 of 2) sorted by relevance
/external/lzma/C/ |
D | XzEnc.c | 326 SRes BraState_SetFromMethod(IStateCoder *p, UInt64 id, int encodeMode, ISzAllocPtr alloc); 338 RINOK(BraState_SetFromMethod(&p->StateCoder, props->id, 1, alloc)); in SeqInFilter_Init()
|
D | XzDec.c | 243 SRes BraState_SetFromMethod(IStateCoder *p, UInt64 id, int encodeMode, ISzAllocPtr alloc) in BraState_SetFromMethod() function 521 return BraState_SetFromMethod(sc, methodId, 0, p->alloc); in MixCoder_SetFromMethod()
|