Home
last modified time | relevance | path

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

/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java1387 int matchFinderIndexPrev = _matchFinderType; in SetMatchFinder() local
1389 if (_matchFinder != null && matchFinderIndexPrev != _matchFinderType) in SetMatchFinder()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs1400 EMatchFinderType matchFinderIndexPrev = _matchFinderType; in SetCoderProperties()
1405 if (_matchFinder != null && matchFinderIndexPrev != _matchFinderType) in SetCoderProperties()