Home
last modified time | relevance | path

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

/third_party/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()
/third_party/lzma/C/
DLzmaDec.c140 #define IsRep0Long (SpecPos + kNumFullDistances) macro
141 #define RepLenCoder (IsRep0Long + (kNumStates2 << kNumPosBitsMax))
339 prob = probs + IsRep0Long + COMBINED_PS_STATE; in LZMA_DECODE_REAL()
788 prob = probs + IsRep0Long + COMBINED_PS_STATE; in LzmaDec_TryDummy()
/third_party/lzma/Asm/x86/
DLzmaDecOpt.asm485 IsRep0Long equ (SpecPos + kNumFullDistances) define
486 RepLenCoder equ (IsRep0Long + (kNumStates2 SHL kNumPosBitsMax))
1143 IF_BIT_0_NOUP probs_state_R, pbPos_R, IsRep0Long, IsRep0Short_label
1144 UPDATE_1 probs_state_R, pbPos_R, IsRep0Long
/third_party/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",
/third_party/lzma/Asm/arm64/
DLzmaDecOpt.S637 .equ IsRep0Long , (SpecPos + kNumFullDistances) define
638 .equ RepLenCoder , (IsRep0Long + (kNumStates2 << kNumPosBitsMax))