Searched refs:kDicLogSizeMaxCompress (Results 1 – 3 of 3) sorted by relevance
1414 const int kDicLogSizeMaxCompress = 30; in SetCoderProperties()1419 dictionarySize > (UInt32)(1 << kDicLogSizeMaxCompress)) in SetCoderProperties()1423 for (dicLogSize = 0; dicLogSize < (UInt32)kDicLogSizeMaxCompress; dicLogSize++) in SetCoderProperties()
1365 int kDicLogSizeMaxCompress = 29; in SetDictionarySize() local1366 if (dictionarySize < (1 << Base.kDicLogSizeMin) || dictionarySize > (1 << kDicLogSizeMaxCompress)) in SetDictionarySize()
103 #define kDicLogSizeMaxCompress 32 macro121 #define kDicLogSizeMaxCompress ((kNumLogBits - 1) * 2 + 7) macro459 || props.dictSize > ((UInt64)1 << kDicLogSizeMaxCompress) in LzmaEnc_SetProps()