Searched refs:LZMA_LIT_SIZE (Results 1 - 1 of 1) sorted by relevance

/u-boot/lib/lzma/
H A DLzmaDec.c110 #define LZMA_LIT_SIZE 768 macro
112 #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))
173 prob += (LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) +
526 prob += (LZMA_LIT_SIZE *
724 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp));

Completed in 93 milliseconds