Home
last modified time | relevance | path

Searched refs:LzmaProps_GetNumProbs (Results 1 – 2 of 2) 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()
/external/u-boot/lib/lzma/
DLzmaDec.c113 #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp))) macro
952 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2()