Home | History | Annotate | Download | only in Common

Lines Matching refs:numIterations

456 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt32 numIterations)

458 UInt64 numCommands = (inSize * 200 + outSize * 4) * numIterations;
472 UInt32 NumIterations;
640 for (UInt32 j = 0; j < NumIterations; j++)
731 encoder.progressInfoSpec[0]->BenchInfo.NumIterations = numEncoderThreads;
762 info.NumIterations = 1; // progressInfoSpec->NumIterations;
779 encoder.NumIterations = 2 + kUncompressMinBlockSize / encoder.kBufferSize;
784 encoder.progressInfoSpec[0]->BenchInfo.NumIterations = numDecoderThreads;
836 info.NumIterations = numSubDecoderThreads * encoders[0].NumIterations;