Searched refs:SetTableSize (Results 1 - 3 of 3) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lzma/
H A DEncoder.java224 public void SetTableSize (int tableSize) { method in class:Encoder.LenPriceTableEncoder
1114 _lenEncoder.SetTableSize(_numFastBytes + 1 - Base.kMatchMinLen);
1116 _repMatchLenEncoder.SetTableSize(_numFastBytes + 1 - Base.kMatchMinLen);
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs252 public void SetTableSize(UInt32 tableSize) { _tableSize = tableSize; } method in class:SevenZip.Compression.LZMA.Encoder.LenPriceTableEncoder
1264 _lenEncoder.SetTableSize(_numFastBytes + 1 - Base.kMatchMinLen);
1266 _repMatchLenEncoder.SetTableSize(_numFastBytes + 1 - Base.kMatchMinLen);
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java252 public void SetTableSize(int tableSize) { _tableSize = tableSize; } method in class:Encoder.LenPriceTableEncoder
1264 _lenEncoder.SetTableSize(_numFastBytes + 1 - Base.kMatchMinLen);
1266 _repMatchLenEncoder.SetTableSize(_numFastBytes + 1 - Base.kMatchMinLen);

Completed in 107 milliseconds