Home
last modified time | relevance | path

Searched refs:GetIndexByte (Results 1 – 17 of 17) sorted by relevance

/external/lzma/Java/SevenZip/Compression/LZMA/
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(lenTest - (curBack + 1) - 1), in GetOptimum()
[all …]
/external/lzma/CS/7zip/Compress/LZMA/
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((Int32)lenTest - (Int32)(curBack + 1) - 1), in GetOptimum()
[all …]
/external/lzma/CS/7zip/Compress/LZ/
DIMatchFinder.cs12 Byte GetIndexByte(Int32 index); in GetIndexByte() method
DLzBinTree.cs72 public new Byte GetIndexByte(Int32 index) { return base.GetIndexByte(index); } in GetIndexByte() method in SevenZip.Compression.LZ.BinTree
DLzInWindow.cs105 public Byte GetIndexByte(Int32 index) { return _bufferBase[_bufferOffset + _pos + index]; } in GetIndexByte() method in SevenZip.Compression.LZ.InWindow
/external/lzma/Java/SevenZip/Compression/LZ/
DInWindow.java105 public byte GetIndexByte(int index) { return _bufferBase[_bufferOffset + _pos + index]; } in GetIndexByte() method in InWindow
/external/lzma/C/
DLzFind.h96 Mf_GetIndexByte_Func GetIndexByte; member
DLzFind.c738 vTable->GetIndexByte = (Mf_GetIndexByte_Func)MatchFinder_GetIndexByte; in MatchFinder_CreateVTable()
DLzFindMt.c761 vTable->GetIndexByte = (Mf_GetIndexByte_Func)MatchFinderMt_GetIndexByte;
DLzmaEnc.c1758 curByte = p->matchFinder.GetIndexByte(p->matchFinderObj, 0 - p->additionalOffset); in LzmaEnc_CodeOneBlock()
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzFind.h97 Mf_GetIndexByte_Func GetIndexByte; member
DLzFind.c739 vTable->GetIndexByte = (Mf_GetIndexByte_Func)MatchFinder_GetIndexByte; in MatchFinder_CreateVTable()
DLzmaEnc.c1759 curByte = p->matchFinder.GetIndexByte(p->matchFinderObj, 0 - p->additionalOffset); in LzmaEnc_CodeOneBlock()
/external/chromium_org/third_party/lzma_sdk/
DLzFind.h96 Mf_GetIndexByte_Func GetIndexByte; member
DLzFind.c738 vTable->GetIndexByte = (Mf_GetIndexByte_Func)MatchFinder_GetIndexByte; in MatchFinder_CreateVTable()
DLzmaEnc.c1758 curByte = p->matchFinder.GetIndexByte(p->matchFinderObj, 0 - p->additionalOffset); in LzmaEnc_CodeOneBlock()
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch2871 + vTable->GetIndexByte = (Mf_GetIndexByte_Func)MatchFinder_GetIndexByte;
4663 + curByte = p->matchFinder.GetIndexByte(p->matchFinderObj, 0 - p->additionalOffset);
5475 + Mf_GetIndexByte_Func GetIndexByte;