Searched refs:GetIndexByte (Results 1 – 17 of 17) sorted by relevance
/external/lzma/Java/SevenZip/Compression/LZMA/ |
D | Encoder.java | 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 …]
|
/external/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaEncoder.cs | 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 …]
|
/external/lzma/CS/7zip/Compress/LZ/ |
D | IMatchFinder.cs | 12 Byte GetIndexByte(Int32 index); in GetIndexByte() method
|
D | LzBinTree.cs | 72 public new Byte GetIndexByte(Int32 index) { return base.GetIndexByte(index); } in GetIndexByte() method in SevenZip.Compression.LZ.BinTree
|
D | LzInWindow.cs | 105 public Byte GetIndexByte(Int32 index) { return _bufferBase[_bufferOffset + _pos + index]; } in GetIndexByte() method in SevenZip.Compression.LZ.InWindow
|
/external/lzma/Java/SevenZip/Compression/LZ/ |
D | InWindow.java | 105 public byte GetIndexByte(int index) { return _bufferBase[_bufferOffset + _pos + index]; } in GetIndexByte() method in InWindow
|
/external/lzma/C/ |
D | LzFind.h | 96 Mf_GetIndexByte_Func GetIndexByte; member
|
D | LzFind.c | 738 vTable->GetIndexByte = (Mf_GetIndexByte_Func)MatchFinder_GetIndexByte; in MatchFinder_CreateVTable()
|
D | LzFindMt.c | 761 vTable->GetIndexByte = (Mf_GetIndexByte_Func)MatchFinderMt_GetIndexByte;
|
D | LzmaEnc.c | 1758 curByte = p->matchFinder.GetIndexByte(p->matchFinderObj, 0 - p->additionalOffset); in LzmaEnc_CodeOneBlock()
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
D | LzFind.h | 97 Mf_GetIndexByte_Func GetIndexByte; member
|
D | LzFind.c | 739 vTable->GetIndexByte = (Mf_GetIndexByte_Func)MatchFinder_GetIndexByte; in MatchFinder_CreateVTable()
|
D | LzmaEnc.c | 1759 curByte = p->matchFinder.GetIndexByte(p->matchFinderObj, 0 - p->additionalOffset); in LzmaEnc_CodeOneBlock()
|
/external/chromium_org/third_party/lzma_sdk/ |
D | LzFind.h | 96 Mf_GetIndexByte_Func GetIndexByte; member
|
D | LzFind.c | 738 vTable->GetIndexByte = (Mf_GetIndexByte_Func)MatchFinder_GetIndexByte; in MatchFinder_CreateVTable()
|
D | LzmaEnc.c | 1758 curByte = p->matchFinder.GetIndexByte(p->matchFinderObj, 0 - p->additionalOffset); in LzmaEnc_CodeOneBlock()
|
/external/chromium_org/third_party/brotli/src/ |
D | ots-lzma.patch | 2871 + vTable->GetIndexByte = (Mf_GetIndexByte_Func)MatchFinder_GetIndexByte; 4663 + curByte = p->matchFinder.GetIndexByte(p->matchFinderObj, 0 - p->additionalOffset); 5475 + Mf_GetIndexByte_Func GetIndexByte;
|