Lines Matching full:numiterations
561 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt64 numIterations);
586 UInt64 CBenchProps::GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt64 numIterations)
588 UInt64 numCommands = (inSize * DecComplexCompr + outSize * DecComplexUnc) * numIterations;
599 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt64 numIterations)
603 return props.GetDecompressRating(elapsedTime, freq, outSize, inSize, numIterations);
618 UInt64 NumIterations;
858 for (UInt64 i = 0; i < NumIterations; i++)
866 bool isLast = (i == NumIterations - 1);
867 bool calcCrc = ((isLast || (i & 0x7F) == 0 || CheckCrc_Enc) && NumIterations != 1);
968 for (UInt64 i = 0; i < NumIterations; i++)
1115 encoder.NumIterations = GetNumIterations(benchProps->GeComprCommands(uncompressedDataSize), complexInCommands);
1128 bpi->BenchInfo.NumIterations = numEncoderThreads;
1159 info.NumIterations = encoders[0].NumIterations;
1179 encoder.NumIterations = GetNumIterations(benchProps->GeDecomprCommands(encoder.compressedSize, encoder.kBufferSize), complexInCommands);
1182 bpi->BenchInfo.NumIterations = numDecoderThreads;
1186 encoder.NumIterations = encoders[0].NumIterations;
1240 info.NumIterations = numSubDecoderThreads * encoders[0].NumIterations;
1279 static HRESULT CrcBig(const void *data, UInt32 size, UInt64 numIterations,
1287 for (i = 0; i < numIterations; i++)
1337 UInt64 NumIterations;
1351 for (UInt64 k = p->NumIterations; k > 0; k--)
1389 UInt64 NumIterations;
1405 p->Res = CrcBig(p->Data, p->Size, p->NumIterations,
1524 UInt64 NumIterations;
1528 void Init() { NumIterations = 0; Rating = 0; Usage = 0; RPU = 0; }
1534 NumIterations = (r1.NumIterations + r2.NumIterations);
1618 UInt64 speed = info.GetSpeed(info.UnpackSize * info.NumIterations);
1635 res->NumIterations++;
1645 UInt64 numIterations = res.NumIterations;
1646 if (numIterations == 0)
1647 numIterations = 1;
1648 PrintResults(f, res.Usage / numIterations, res.RPU / numIterations, res.Rating / numIterations, showFreq, cpuFreq);
1699 UInt64 rating = BenchProps.GetCompressRating(DictSize, info.GlobalTime, info.GlobalFreq, info.UnpackSize * info.NumIterations);
1712 UInt64 rating = BenchProps.GetDecompressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, info.PackSize, info.NumIterations);
1721 info2.UnpackSize *= info2.NumIterations;
1722 info2.PackSize *= info2.NumIterations;
1723 info2.NumIterations = 1;
1819 UInt64 numIterations = complexInCommands / complexity / bsize;
1820 if (numIterations == 0)
1821 numIterations = 1;
1836 info.NumIterations = numIterations;
1857 for (UInt64 k = numIterations; k > 0; k--)
1869 info.NumIterations = 1;
1874 UInt64 numCommands = (UInt64)numIterations * bufferSize * numThreads * complexity;
1924 numIterations = complexInCommands * 256 / complexity / bsize;
1925 if (numIterations == 0)
1926 numIterations = 1;
1954 info.NumIterations = numIterations;
1994 RINOK(CrcBig(buf, bufferSize, numIterations, checkSum, hasher, _file));
1999 UInt64 unpSize = numIterations * bufferSize;
2003 info.NumIterations = 1;
2108 UInt32 numIterations,
2266 for (UInt32 i = 0; i < numIterations; i++)
2415 for (UInt32 i = 0; i < numIterations; i++)
2475 for (i = 0; i < numIterations; i++)