Searched refs:GetSubCoder (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/Java/SevenZip/Compression/LZMA/ |
H A D | Encoder.java | 163 public Encoder2 GetSubCoder(int pos, byte prevByte)
in GetSubCoder() method in Encoder.LiteralEncoder 609 _literalEncoder.GetSubCoder(position, _previousByte).GetPrice(!Base.StateIsCharState(_state), matchByte, currentByte);
in GetOptimum() 809 _literalEncoder.GetSubCoder(position, _matchFinder.GetIndexByte(0 - 2)).
in GetOptimum() 920 _literalEncoder.GetSubCoder(position + lenTest,
in GetOptimum() 994 _literalEncoder.GetSubCoder(position + lenTest,
in GetOptimum() 1096 _literalEncoder.GetSubCoder((int)(nowPos64), _previousByte).Encode(_rangeEncoder, curByte);
in CodeOneBlock() 1117 LiteralEncoder.Encoder2 subCoder = _literalEncoder.GetSubCoder((int)nowPos64, _previousByte);
in CodeOneBlock()
|
/third_party/lzma/CS/7zip/Compress/LZMA/ |
H A D | LzmaEncoder.cs | 163 public Encoder2 GetSubCoder(UInt32 pos, Byte prevByte)
in GetSubCoder() method in SevenZip.Compression.LZMA.Encoder.LiteralEncoder 609 _literalEncoder.GetSubCoder(position, _previousByte).GetPrice(!_state.IsCharState(), matchByte, currentByte);
in GetOptimum() 809 _literalEncoder.GetSubCoder(position, _matchFinder.GetIndexByte(0 - 2)).
in GetOptimum() 920 _literalEncoder.GetSubCoder(position + lenTest,
in GetOptimum() 994 _literalEncoder.GetSubCoder(position + lenTest,
in GetOptimum() 1098 _literalEncoder.GetSubCoder((UInt32)(nowPos64), _previousByte).Encode(_rangeEncoder, curByte);
in CodeOneBlock() 1119 LiteralEncoder.Encoder2 subCoder = _literalEncoder.GetSubCoder((UInt32)nowPos64, _previousByte);
in CodeOneBlock()
|
Completed in 4 milliseconds