Searched refs:LzmaProps_GetNumProbs (Results 1 – 3 of 3) sorted by relevance
123 #define LzmaProps_GetNumProbs(p) (Literal + ((UInt32)LZMA_LIT_SIZE << ((p)->lc + (p)->lp))) macro793 SizeT numProbs = LzmaProps_GetNumProbs(&p->prop); in LzmaDec_InitStateReal()1024 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2()
125 #define LzmaProps_GetNumProbs(p) (Literal + ((UInt32)LZMA_LIT_SIZE << ((p)->lc + (p)->lp))) macro795 SizeT numProbs = LzmaProps_GetNumProbs(&p->prop); in LzmaDec_InitStateReal()1026 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2()