Home
last modified time | relevance | path

Searched refs:GetIndexByte (Results 1 - 6 of 6) sorted by relevance

/third_party/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java595 byte currentByte = _matchFinder.GetIndexByte(0 - 1); in GetOptimum()
596 byte matchByte = _matchFinder.GetIndexByte(0 - _repDistances[0] - 1 - 1); in GetOptimum()
802 currentByte = _matchFinder.GetIndexByte(0 - 1); in GetOptimum()
803 matchByte = _matchFinder.GetIndexByte(0 - reps[0] - 1 - 1); in GetOptimum()
809 _literalEncoder.GetSubCoder(position, _matchFinder.GetIndexByte(0 - 2)). in GetOptimum()
921 _matchFinder.GetIndexByte(lenTest - 1 - 1)).GetPrice(true, in GetOptimum()
922 _matchFinder.GetIndexByte(lenTest - 1 - (reps[repIndex] + 1)), in GetOptimum()
923 _matchFinder.GetIndexByte(lenTest - 1)); in GetOptimum()
995 _matchFinder.GetIndexByte(lenTest - 1 - 1)). in GetOptimum()
997 _matchFinder.GetIndexByte(lenTes in GetOptimum()
[all...]
/third_party/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs595 Byte currentByte = _matchFinder.GetIndexByte(0 - 1); in GetOptimum()
596 Byte matchByte = _matchFinder.GetIndexByte((Int32)(0 - _repDistances[0] - 1 - 1)); in GetOptimum()
802 currentByte = _matchFinder.GetIndexByte(0 - 1); in GetOptimum()
803 matchByte = _matchFinder.GetIndexByte((Int32)(0 - reps[0] - 1 - 1)); in GetOptimum()
809 _literalEncoder.GetSubCoder(position, _matchFinder.GetIndexByte(0 - 2)). in GetOptimum()
921 _matchFinder.GetIndexByte((Int32)lenTest - 1 - 1)).GetPrice(true, in GetOptimum()
922 _matchFinder.GetIndexByte((Int32)((Int32)lenTest - 1 - (Int32)(reps[repIndex] + 1))), in GetOptimum()
923 _matchFinder.GetIndexByte((Int32)lenTest - 1)); in GetOptimum()
995 _matchFinder.GetIndexByte((Int32)lenTest - 1 - 1)). in GetOptimum()
997 _matchFinder.GetIndexByte((Int3 in GetOptimum()
[all...]
/third_party/lzma/CS/7zip/Compress/LZ/
H A DIMatchFinder.cs12 Byte GetIndexByte(Int32 index); in GetIndexByte() method
H A DLzBinTree.cs72 public new Byte GetIndexByte(Int32 index) { return base.GetIndexByte(index); } in GetIndexByte() method in SevenZip.Compression.LZ.BinTree
H A DLzInWindow.cs105 public Byte GetIndexByte(Int32 index) { return _bufferBase[_bufferOffset + _pos + index]; } in GetIndexByte() method in SevenZip.Compression.LZ.InWindow
/third_party/lzma/Java/SevenZip/Compression/LZ/
H A DInWindow.java105 public byte GetIndexByte(int index) { return _bufferBase[_bufferOffset + _pos + index]; } in GetIndexByte() method in InWindow

Completed in 5 milliseconds