Home
last modified time | relevance | path

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

/third_party/lzma/CS/7zip/Compress/LZMA/
DLzmaBase.cs28 public bool IsCharState() { return Index < 7; } in IsCharState() method
DLzmaDecoder.cs260 if (!state.IsCharState()) in Code()
DLzmaEncoder.cs609 …_literalEncoder.GetSubCoder(position, _previousByte).GetPrice(!_state.IsCharState(), matchByte, cu… in GetOptimum()
810 GetPrice(!state.IsCharState(), matchByte, currentByte); in GetOptimum()
1120 if (!_state.IsCharState()) in CodeOneBlock()