Lines Matching refs:matchByte
89 public void EncodeMatched(RangeCoder.Encoder rangeEncoder, byte matchByte, byte symbol)
99 uint matchBit = (uint)((matchByte >> i) & 1);
108 public uint GetPrice(bool matchMode, byte matchByte, byte symbol)
117 uint matchBit = (uint)(matchByte >> i) & 1;
596 Byte matchByte = _matchFinder.GetIndexByte((Int32)(0 - _repDistances[0] - 1 - 1));
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2)
609 _literalEncoder.GetSubCoder(position, _previousByte).GetPrice(!_state.IsCharState(), matchByte, currentByte);
615 if (matchByte == currentByte)
803 matchByte = _matchFinder.GetIndexByte((Int32)(0 - reps[0] - 1 - 1));
810 GetPrice(!state.IsCharState(), matchByte, currentByte);
826 if (matchByte == currentByte &&
847 if (!nextIsChar && matchByte != currentByte)
1122 Byte matchByte = _matchFinder.GetIndexByte((Int32)(0 - _repDistances[0] - 1 - _additionalOffset));
1123 subCoder.EncodeMatched(_rangeEncoder, matchByte, curByte);