Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds