Home
last modified time | relevance | path

Searched refs:SetTableSize (Results 1 – 2 of 2) sorted by relevance

/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java252 public void SetTableSize(int tableSize) { _tableSize = tableSize; } in SetTableSize() method in Encoder.LenPriceTableEncoder
1264 _lenEncoder.SetTableSize(_numFastBytes + 1 - Base.kMatchMinLen); in SetStreams()
1266 _repMatchLenEncoder.SetTableSize(_numFastBytes + 1 - Base.kMatchMinLen); in SetStreams()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs252 public void SetTableSize(UInt32 tableSize) { _tableSize = tableSize; } in SetTableSize() method in SevenZip.Compression.LZMA.Encoder.LenPriceTableEncoder
1264 _lenEncoder.SetTableSize(_numFastBytes + 1 - Base.kMatchMinLen); in SetStreams()
1266 _repMatchLenEncoder.SetTableSize(_numFastBytes + 1 - Base.kMatchMinLen); in SetStreams()