Searched refs:benchProps (Results 1 – 1 of 1) sorted by relevance
1183 CBenchProps *benchProps) in MethodBench() argument1234 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() local2660 benchProps.SetLzmaCompexity(); in Bench()2669 kOldLzmaDictBits, printCallback, benchCallback, &benchProps); in Bench()