Home
last modified time | relevance | path

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

/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs11 enum EMatchFinderType enum in SevenZip.Compression.LZMA.Encoder
357 EMatchFinderType _matchFinderType = EMatchFinderType.BT4;
368 if (_matchFinderType == EMatchFinderType.BT2) in Create()
1400 EMatchFinderType matchFinderIndexPrev = _matchFinderType; in SetCoderProperties()
1404 _matchFinderType = (EMatchFinderType)m; in SetCoderProperties()