Searched refs:LZMA_LIT_SIZE (Results 1 – 4 of 4) sorted by relevance
108 #define LZMA_LIT_SIZE 768 macro110 #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))167 prob += (LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) + in LzmaDec_DecodeReal()511 prob += (LZMA_LIT_SIZE * in LzmaDec_TryDummy()709 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp)); in LzmaDec_InitStateReal()
109 #define LZMA_LIT_SIZE 768 macro111 #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))168 prob += (LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) + in LzmaDec_DecodeReal()512 prob += (LZMA_LIT_SIZE * in LzmaDec_TryDummy()710 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp)); in LzmaDec_InitStateReal()
932 +#define LZMA_LIT_SIZE 768934 +#define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))991 + prob += (LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) +1335 + prob += (LZMA_LIT_SIZE *1533 + UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp));