Home
last modified time | relevance | path

Searched refs:UpdateTables (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java265 public void UpdateTables(int numPosStates) in UpdateTables() method in Encoder.LenPriceTableEncoder
1265 _lenEncoder.UpdateTables(1 << _posStateBits); in SetStreams()
1267 _repMatchLenEncoder.UpdateTables(1 << _posStateBits); in SetStreams()
/third_party/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs265 public void UpdateTables(UInt32 numPosStates) in UpdateTables() method in SevenZip.Compression.LZMA.Encoder.LenPriceTableEncoder
1265 _lenEncoder.UpdateTables((UInt32)1 << _posStateBits); in SetStreams()
1267 _repMatchLenEncoder.UpdateTables((UInt32)1 << _posStateBits); in SetStreams()

Completed in 4 milliseconds