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

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

Completed in 87 milliseconds