Home | History | Annotate | Download | only in LZMA

Lines Matching refs:GetSubCoder

163 			public Encoder2 GetSubCoder(UInt32 pos, Byte prevByte)

609 _literalEncoder.GetSubCoder(position, _previousByte).GetPrice(!_state.IsCharState(), matchByte, currentByte);
809 _literalEncoder.GetSubCoder(position, _matchFinder.GetIndexByte(0 - 2)).
920 _literalEncoder.GetSubCoder(position + lenTest,
994 _literalEncoder.GetSubCoder(position + lenTest,
1098 _literalEncoder.GetSubCoder((UInt32)(nowPos64), _previousByte).Encode(_rangeEncoder, curByte);
1119 LiteralEncoder.Encoder2 subCoder = _literalEncoder.GetSubCoder((UInt32)nowPos64, _previousByte);