Lines Matching refs:matchByte
89 …public void EncodeMatched(SevenZip.Compression.RangeCoder.Encoder rangeEncoder, byte matchByte, by… in EncodeMatched() argument
99 int matchBit = ((matchByte >> i) & 1); in EncodeMatched()
108 public int GetPrice(boolean matchMode, byte matchByte, byte symbol) in GetPrice() argument
117 int matchBit = (matchByte >> i) & 1; in GetPrice()
596 byte matchByte = _matchFinder.GetIndexByte(0 - _repDistances[0] - 1 - 1); in GetOptimum()
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
609 …SubCoder(position, _previousByte).GetPrice(!Base.StateIsCharState(_state), matchByte, currentByte); in GetOptimum()
615 if (matchByte == currentByte) in GetOptimum()
803 matchByte = _matchFinder.GetIndexByte(0 - reps[0] - 1 - 1); in GetOptimum()
810 GetPrice(!Base.StateIsCharState(state), matchByte, currentByte); in GetOptimum()
826 if (matchByte == currentByte && in GetOptimum()
847 if (!nextIsChar && matchByte != currentByte) in GetOptimum()
1120 … byte matchByte = _matchFinder.GetIndexByte((int)(0 - _repDistances[0] - 1 - _additionalOffset)); in CodeOneBlock()
1121 subCoder.EncodeMatched(_rangeEncoder, matchByte, curByte); in CodeOneBlock()