Home | History | Annotate | Download | only in LZMA

Lines Matching refs:curByte

1097 				Byte curByte = _matchFinder.GetIndexByte((Int32)(0 - _additionalOffset));

1098 _literalEncoder.GetSubCoder((UInt32)(nowPos64), _previousByte).Encode(_rangeEncoder, curByte);
1099 _previousByte = curByte;
1118 Byte curByte = _matchFinder.GetIndexByte((Int32)(0 - _additionalOffset));
1123 subCoder.EncodeMatched(_rangeEncoder, matchByte, curByte);
1126 subCoder.Encode(_rangeEncoder, curByte);
1127 _previousByte = curByte;