Searched defs:SetTableSize (Results 1 - 2 of 2) sorted by relevance

/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 168 milliseconds