Searched refs:kDefaultDictionaryLogSize (Results 1 – 2 of 2) sorted by relevance
65 static final int kDefaultDictionaryLogSize = 22; field in Encoder342 int _distTableSize = (kDefaultDictionaryLogSize * 2);349 int _dictionarySize = (1 << kDefaultDictionaryLogSize);
65 const int kDefaultDictionaryLogSize = 22; field in SevenZip.Compression.LZMA.Encoder342 UInt32 _distTableSize = (kDefaultDictionaryLogSize * 2);349 UInt32 _dictionarySize = (1 << kDefaultDictionaryLogSize);