Home | History | Annotate | Download | only in LZMA

Lines Matching refs:currentByte

595 			Byte currentByte = _matchFinder.GetIndexByte(0 - 1);

598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2)
609 _literalEncoder.GetSubCoder(position, _previousByte).GetPrice(!_state.IsCharState(), matchByte, currentByte);
615 if (matchByte == currentByte)
802 currentByte = _matchFinder.GetIndexByte(0 - 1);
810 GetPrice(!state.IsCharState(), matchByte, currentByte);
826 if (matchByte == currentByte &&
847 if (!nextIsChar && matchByte != currentByte)