Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp662 UInt64 encComplex = EncComplex; in GetCompressRating() local
666 encComplex = 870 + ((t * t * 5) >> (2 * kSubBits)); in GetCompressRating()
668 UInt64 numCommands = (UInt64)size * encComplex; in GetCompressRating()