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

/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lzma/
H A DEncoder.java237 public void UpdateTables (int numPosStates) { method in class:Encoder.LenPriceTableEncoder
1115 _lenEncoder.UpdateTables(1 << _posStateBits);
1117 _repMatchLenEncoder.UpdateTables(1 << _posStateBits);
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs265 public void UpdateTables(UInt32 numPosStates) method in class:SevenZip.Compression.LZMA.Encoder.LenPriceTableEncoder
1265 _lenEncoder.UpdateTables((UInt32)1 << _posStateBits);
1267 _repMatchLenEncoder.UpdateTables((UInt32)1 << _posStateBits);
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java265 public void UpdateTables(int numPosStates) method in class:Encoder.LenPriceTableEncoder
1265 _lenEncoder.UpdateTables(1 << _posStateBits);
1267 _repMatchLenEncoder.UpdateTables(1 << _posStateBits);

Completed in 57 milliseconds