Home
last modified time | relevance | path

Searched refs:NUM_BASE_PROBS (Results 1 – 2 of 2) sorted by relevance

/external/lzma/C/
DLzmaDec.c145 #define NUM_BASE_PROBS (Literal + kStartOffset) macro
151 #if NUM_BASE_PROBS != 1984
158 #define LzmaProps_GetNumProbs(p) (NUM_BASE_PROBS + ((UInt32)LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))
/external/lzma/Asm/x86/
DLzmaDecOpt.asm495 NUM_BASE_PROBS equ (Literal + kStartOffset) define
501 if NUM_BASE_PROBS ne 1984