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()
505 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))
249 prob = probs + IsRep0Long + (state << kNumPosBitsMax) + posState; in LzmaDec_DecodeReal()
651 prob = probs + IsRep0Long + (state << kNumPosBitsMax) + posState; in LzmaDec_TryDummy()
/external/lzma/DOC/
Dlzma-specification.txt939 CProb IsRep0Long[kNumStates << kNumPosBitsMax];
962 "IsMatch" and "IsRep0Long" arrays:
978 IsRep0Long[state2] decode
1108 Then the decoder decodes exact subtype of "Rep Match" using "IsRepG0", "IsRep0Long",