Home
last modified time | relevance | path

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

/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java65 static final int kDefaultDictionaryLogSize = 22; field in Encoder
342 int _distTableSize = (kDefaultDictionaryLogSize * 2);
349 int _dictionarySize = (1 << kDefaultDictionaryLogSize);
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs65 const int kDefaultDictionaryLogSize = 22; field in SevenZip.Compression.LZMA.Encoder
342 UInt32 _distTableSize = (kDefaultDictionaryLogSize * 2);
349 UInt32 _dictionarySize = (1 << kDefaultDictionaryLogSize);