Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp1183 CBenchProps *benchProps) in MethodBench() argument
1234 encoder.CheckCrc_Enc = (benchProps->EncComplex) > 30 ; in MethodBench()
1235 encoder.CheckCrc_Dec = (benchProps->DecComplexCompr + benchProps->DecComplexUnc) > 30 ; in MethodBench()
1278 …encoder.NumIterations = GetNumIterations(benchProps->GeComprCommands(uncompressedDataSize), comple… in MethodBench()
1348 …encoder.NumIterations = GetNumIterations(benchProps->GeDecomprCommands(encoder.compressedSize, enc… in MethodBench()
2659 CBenchProps benchProps; in Bench() local
2660 benchProps.SetLzmaCompexity(); in Bench()
2669 kOldLzmaDictBits, printCallback, benchCallback, &benchProps); in Bench()