Searched refs:IsRep0Long (Results 1 – 3 of 3) sorted by relevance
440 CProb IsRep0Long[kNumStates << kNumPosBitsMax]; member in CLzmaDecoder455 INIT_PROBS(IsRep0Long); in Init()505 if (RangeDec.DecodeBit(&IsRep0Long[(state << kNumPosBitsMax) + posState]) == 0) in Decode()
108 #define IsRep0Long (IsRepG2 + kNumStates) macro109 #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()
939 CProb IsRep0Long[kNumStates << kNumPosBitsMax];962 "IsMatch" and "IsRep0Long" arrays:978 IsRep0Long[state2] decode1108 Then the decoder decodes exact subtype of "Rep Match" using "IsRepG0", "IsRep0Long",