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