Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.h35 const unsigned kBenchMinDicLogSize = 18; variable
DBench.cpp660 if (dictSize < (1 << kBenchMinDicLogSize)) in GetCompressRating()
661 dictSize = (1 << kBenchMinDicLogSize); in GetCompressRating()
665 UInt64 t = GetLogSize(dictSize) - (kBenchMinDicLogSize << kSubBits); in GetCompressRating()
2840 for (; dicSizeLog > kBenchMinDicLogSize; dicSizeLog--) in Bench()
3020 unsigned pow = (dict < ((UInt32)1 << kStartDicLog)) ? kBenchMinDicLogSize : kStartDicLog; in Bench()