Home
last modified time | relevance | path

Searched refs:kBenchMinDicLogSize (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DBench.h35 const int kBenchMinDicLogSize = 18; variable
DBench.cpp450 UInt64 t = GetLogSize(dictionarySize) - (kBenchMinDicLogSize << kSubBits); in GetCompressRating()
682 …if (dictionarySize < (1 << kBenchMinDicLogSize) || numThreads < 1 || numEncoderThreads > kNumThrea… in LzmaBench()
/external/lzma/CPP/7zip/UI/Console/
DBenchCon.cpp171 for (dicSizeLog = 25; dicSizeLog > kBenchMinDicLogSize; dicSizeLog--) in LzmaBenchCon()
207 int pow = (dictionary < ((UInt32)1 << kStartDicLog)) ? kBenchMinDicLogSize : kStartDicLog; in LzmaBenchCon()