Home
last modified time | relevance | path

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

/external/lzma/Java/SevenZip/Compression/LZMA/
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()
/external/lzma/CS/7zip/Compress/LZMA/
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()