Searched refs:LZMA_LIT_SIZE (Results 1 – 1 of 1) sorted by relevance
156 #define LZMA_LIT_SIZE 0x300 macro158 #define LzmaProps_GetNumProbs(p) (NUM_BASE_PROBS + ((UInt32)LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))684 prob += ((UInt32)LZMA_LIT_SIZE * in LzmaDec_TryDummy()