Searched refs:SetTableSize (Results 1 – 2 of 2) sorted by relevance
252 public void SetTableSize(int tableSize) { _tableSize = tableSize; } in SetTableSize() method in Encoder.LenPriceTableEncoder1264 _lenEncoder.SetTableSize(_numFastBytes + 1 - Base.kMatchMinLen); in SetStreams()1266 _repMatchLenEncoder.SetTableSize(_numFastBytes + 1 - Base.kMatchMinLen); in SetStreams()
252 public void SetTableSize(UInt32 tableSize) { _tableSize = tableSize; } in SetTableSize() method in SevenZip.Compression.LZMA.Encoder.LenPriceTableEncoder1264 _lenEncoder.SetTableSize(_numFastBytes + 1 - Base.kMatchMinLen); in SetStreams()1266 _repMatchLenEncoder.SetTableSize(_numFastBytes + 1 - Base.kMatchMinLen); in SetStreams()