Home
last modified time | relevance | path

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

/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java357 int _matchFinderType = EMatchFinderTypeBT4; field in Encoder
368 if (_matchFinderType == EMatchFinderTypeBT2) in Create()
1387 int matchFinderIndexPrev = _matchFinderType; in SetMatchFinder()
1388 _matchFinderType = matchFinderIndex; in SetMatchFinder()
1389 if (_matchFinder != null && matchFinderIndexPrev != _matchFinderType) in SetMatchFinder()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs357 EMatchFinderType _matchFinderType = EMatchFinderType.BT4; field in SevenZip.Compression.LZMA.Encoder
368 if (_matchFinderType == EMatchFinderType.BT2) in Create()
1400 EMatchFinderType matchFinderIndexPrev = _matchFinderType; in SetCoderProperties()
1404 _matchFinderType = (EMatchFinderType)m; in SetCoderProperties()
1405 if (_matchFinder != null && matchFinderIndexPrev != _matchFinderType) in SetCoderProperties()