Searched refs:propNew (Results 1 – 1 of 1) sorted by relevance
/external/lzma/C/ |
D | LzmaDec.c | 1022 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2() argument 1024 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2() 1038 CLzmaProps propNew; in LzmaDec_AllocateProbs() local 1039 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs() 1040 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_AllocateProbs() 1041 p->prop = propNew; in LzmaDec_AllocateProbs() 1047 CLzmaProps propNew; in LzmaDec_Allocate() local 1049 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate() 1050 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_Allocate() 1053 UInt32 dictSize = propNew.dicSize; in LzmaDec_Allocate() [all …]
|