Searched refs:LZMA_LIT_SIZE (Results 1 – 3 of 3) sorted by relevance
117 #define LZMA_LIT_SIZE 0x300 macro123 #define LzmaProps_GetNumProbs(p) (Literal + ((UInt32)LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))176 prob += ((UInt32)LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) + in LzmaDec_DecodeReal()602 prob += ((UInt32)LZMA_LIT_SIZE * in LzmaDec_TryDummy()
119 #define LZMA_LIT_SIZE 0x300 macro125 #define LzmaProps_GetNumProbs(p) (Literal + ((UInt32)LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))178 prob += ((UInt32)LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) + in LzmaDec_DecodeReal()604 prob += ((UInt32)LZMA_LIT_SIZE * in LzmaDec_TryDummy()