Searched refs:newCallCount (Results 1 – 1 of 1) sorted by relevance
345 int newCallCount; in recomputeParameters() local348 newCallCount = m_params.numInitialCalls; in recomputeParameters()374 newCallCount = 2*prevMaxCalls; in recomputeParameters()378 …newCallCount = (int)((targetFrameTimeUs - estimatorLine.offset) / estimatorLine.coefficient + 0.5f… in recomputeParameters()381 if (estimatorLine.offset + estimatorLine.coefficient*(float)newCallCount < minGoodFrameTimeUs) in recomputeParameters()382 newCallCount++; in recomputeParameters()386 newCallCount = de::clamp(newCallCount, 1, prevMaxCalls*10); in recomputeParameters()390 …(m_params.maxCalibrateIterationFrames, m_params.calibrateIterationShortcutThreshold, newCallCount); in recomputeParameters()391 m_calibrateIterations.push_back(CalibrateIteration(newCallCount, 0.0f)); in recomputeParameters()