Home
last modified time | relevance | path

Searched refs:LzmaProps_GetNumProbs (Results 1 – 1 of 1) sorted by relevance

/external/lzma/C/
DLzmaDec.c158 #define LzmaProps_GetNumProbs(p) (NUM_BASE_PROBS + ((UInt32)LZMA_LIT_SIZE << ((p)->lc + (p)->lp))) macro
904 SizeT numProbs = LzmaProps_GetNumProbs(&p->prop); in LzmaDec_DecodeToDic()
1108 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2()