Searched refs:LZMA_LIT_SIZE (Results 1 – 1 of 1) sorted by relevance
224 #define LZMA_LIT_SIZE 768 macro349 (LZMA_LIT_SIZE in process_bit0()616 num_probs = LZMA_BASE_SIZE + (LZMA_LIT_SIZE << (lc + lp)); in unlzma()620 num_probs = LZMA_LITERAL + (LZMA_LIT_SIZE << (lc + lp)); in unlzma()
Completed in 3 milliseconds