Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp1180 CBenchProps *benchProps) in MethodBench() argument
1232 encoder.CheckCrc_Enc = (benchProps->EncComplex) > 30 ; in MethodBench()
1233 encoder.CheckCrc_Dec = (benchProps->DecComplexCompr + benchProps->DecComplexUnc) > 30 ; in MethodBench()
1276 …encoder.NumIterations = GetNumIterations(benchProps->GeComprCommands(uncompressedDataSize), comple… in MethodBench()
1346 …encoder.NumIterations = GetNumIterations(benchProps->GeDecomprCommands(encoder.compressedSize, enc… in MethodBench()
3060 CBenchProps benchProps; in Bench() local
3061 benchProps.SetLzmaCompexity(); in Bench()
3070 kOldLzmaDictBits, printCallback, benchCallback, &benchProps); in Bench()
3097 AString benchProps; in Bench() local
3101 benchProps = benchMethod.Ptr(propPos + 1); in Bench()
[all …]