Searched refs:GetIndexByte (Results 1 – 10 of 10) sorted by relevance
595 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(lenTest - (curBack + 1) - 1), in GetOptimum()[all …]
595 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((Int32)lenTest - (Int32)(curBack + 1) - 1), in GetOptimum()[all …]
12 Byte GetIndexByte(Int32 index); in GetIndexByte() method
72 public new Byte GetIndexByte(Int32 index) { return base.GetIndexByte(index); } in GetIndexByte() method in SevenZip.Compression.LZ.BinTree
105 public Byte GetIndexByte(Int32 index) { return _bufferBase[_bufferOffset + _pos + index]; } in GetIndexByte() method in SevenZip.Compression.LZ.InWindow
105 public byte GetIndexByte(int index) { return _bufferBase[_bufferOffset + _pos + index]; } in GetIndexByte() method in InWindow
94 Mf_GetIndexByte_Func GetIndexByte; member
740 vTable->GetIndexByte = (Mf_GetIndexByte_Func)MatchFinder_GetIndexByte; in MatchFinder_CreateVTable()
762 vTable->GetIndexByte = (Mf_GetIndexByte_Func)MatchFinderMt_GetIndexByte;
1771 curByte = p->matchFinder.GetIndexByte(p->matchFinderObj, 0 - p->additionalOffset); in LzmaEnc_CodeOneBlock()