Searched refs:propNew (Results 1 – 1 of 1) sorted by relevance
/external/lzma/C/ |
D | LzmaDec.c | 957 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2() argument 959 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2() 973 CLzmaProps propNew; in LzmaDec_AllocateProbs() local 974 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs() 975 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_AllocateProbs() 976 p->prop = propNew; in LzmaDec_AllocateProbs() 982 CLzmaProps propNew; in LzmaDec_Allocate() local 984 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate() 985 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_Allocate() 986 dicBufSize = propNew.dicSize; in LzmaDec_Allocate() [all …]
|