Searched refs:UpdateTables (Results 1 – 2 of 2) sorted by relevance
265 public void UpdateTables(int numPosStates) in UpdateTables() method in Encoder.LenPriceTableEncoder1265 _lenEncoder.UpdateTables(1 << _posStateBits); in SetStreams()1267 _repMatchLenEncoder.UpdateTables(1 << _posStateBits); in SetStreams()
265 public void UpdateTables(UInt32 numPosStates) in UpdateTables() method in SevenZip.Compression.LZMA.Encoder.LenPriceTableEncoder1265 _lenEncoder.UpdateTables((UInt32)1 << _posStateBits); in SetStreams()1267 _repMatchLenEncoder.UpdateTables((UInt32)1 << _posStateBits); in SetStreams()