Searched refs:_matchFinderType (Results 1 – 2 of 2) sorted by relevance
357 int _matchFinderType = EMatchFinderTypeBT4; field in Encoder368 if (_matchFinderType == EMatchFinderTypeBT2) in Create()1387 int matchFinderIndexPrev = _matchFinderType; in SetMatchFinder()1388 _matchFinderType = matchFinderIndex; in SetMatchFinder()1389 if (_matchFinder != null && matchFinderIndexPrev != _matchFinderType) in SetMatchFinder()
357 EMatchFinderType _matchFinderType = EMatchFinderType.BT4; field in SevenZip.Compression.LZMA.Encoder368 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()