Searched refs:propNew (Results 1 – 1 of 1) sorted by relevance
/external/lzma/C/ |
D | LzmaDec.c | 1106 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAllocPtr alloc) in LzmaDec_AllocateProbs2() argument 1108 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2() 1123 CLzmaProps propNew; in LzmaDec_AllocateProbs() local 1124 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs() 1125 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_AllocateProbs() 1126 p->prop = propNew; in LzmaDec_AllocateProbs() 1132 CLzmaProps propNew; in LzmaDec_Allocate() local 1134 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate() 1135 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_Allocate() 1138 UInt32 dictSize = propNew.dicSize; in LzmaDec_Allocate() [all …]
|