Home | History | Annotate | Download | only in LZMA

Lines Matching refs:GetSubCoder

163 		public Encoder2 GetSubCoder(int pos, byte prevByte)

609 _literalEncoder.GetSubCoder(position, _previousByte).GetPrice(!Base.StateIsCharState(_state), matchByte, currentByte);
809 _literalEncoder.GetSubCoder(position, _matchFinder.GetIndexByte(0 - 2)).
920 _literalEncoder.GetSubCoder(position + lenTest,
994 _literalEncoder.GetSubCoder(position + lenTest,
1096 _literalEncoder.GetSubCoder((int)(nowPos64), _previousByte).Encode(_rangeEncoder, curByte);
1117 LiteralEncoder.Encoder2 subCoder = _literalEncoder.GetSubCoder((int)nowPos64, _previousByte);