Searched refs:numProbs (Results 1 – 2 of 2) sorted by relevance
735 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp)); in LzmaDec_InitStateReal() local738 for (i = 0; i < numProbs; i++) in LzmaDec_InitStateReal()952 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2() local953 if (p->probs == 0 || numProbs != p->numProbs) in LzmaDec_AllocateProbs2()956 p->probs = (CLzmaProb *)alloc->Alloc(alloc, numProbs * sizeof(CLzmaProb)); in LzmaDec_AllocateProbs2()957 p->numProbs = numProbs; in LzmaDec_AllocateProbs2()
62 UInt32 numProbs; member
Completed in 6 milliseconds