Searched refs:benchProps (Results 1 – 1 of 1) sorted by relevance
1180 CBenchProps *benchProps) in MethodBench() argument1232 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() local3061 benchProps.SetLzmaCompexity(); in Bench()3070 kOldLzmaDictBits, printCallback, benchCallback, &benchProps); in Bench()3097 AString benchProps; in Bench() local3101 benchProps = benchMethod.Ptr(propPos + 1); in Bench()[all …]