Searched refs:minGoodFrameTimeUs (Results 1 – 1 of 1) sorted by relevance
268 const float minGoodFrameTimeUs = m_params.targetFrameTimeUs * 0.95f; in recomputeParameters() local297 if (!de::inRange(frameTimeUs, minGoodFrameTimeUs, maxGoodFrameTimeUs)) in recomputeParameters()381 if (estimatorLine.offset + estimatorLine.coefficient*(float)newCallCount < minGoodFrameTimeUs) in recomputeParameters()