Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp436 CProb IsRep[kNumStates]; member in CLzmaDecoder
451 INIT_PROBS(IsRep); in Init()
497 if (RangeDec.DecodeBit(&IsRep[state]) != 0) in Decode()
/external/lzma/C/
DLzmaDec.c104 #define IsRep (IsMatch + (kNumStates << kNumPosBitsMax)) macro
105 #define IsRepG0 (IsRep + kNumStates)
233 prob = probs + IsRep + state; in LzmaDec_DecodeReal()
635 prob = probs + IsRep + state; in LzmaDec_TryDummy()
/external/lzma/DOC/
Dlzma-specification.txt935 CProb IsRep[kNumStates];
942 from "IsRep", "IsRepG0", "IsRepG1" and "IsRepG2" arrays.
973 IsRep[state] decode
1066 If the LZMA decoder has decoded the value "1" with IsRep[state] variable,