Home
last modified time | relevance | path

Searched refs:IsRep0Long (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp440 CProb IsRep0Long[kNumStates << kNumPosBitsMax]; member in CLzmaDecoder
455 INIT_PROBS(IsRep0Long); in Init()
503 if (RangeDec.DecodeBit(&IsRep0Long[(state << kNumPosBitsMax) + posState]) == 0) in Decode()
/external/lzma/C/
DLzmaDec.c108 #define IsRep0Long (IsRepG2 + kNumStates) macro
109 #define PosSlot (IsRep0Long + (kNumStates << kNumPosBitsMax))
248 prob = probs + IsRep0Long + (state << kNumPosBitsMax) + posState; in LzmaDec_DecodeReal()
593 prob = probs + IsRep0Long + (state << kNumPosBitsMax) + posState; in LzmaDec_TryDummy()
/external/lzma/DOC/
Dlzma-specification.txt938 CProb IsRep0Long[kNumStates << kNumPosBitsMax];
961 "IsMatch" and "IsRep0Long" arrays:
977 IsRep0Long[state2] decode
1107 Then the decoder decodes exact subtype of "Rep Match" using "IsRepG0", "IsRep0Long",