Searched refs:estimatorLine (Results 1 – 1 of 1) sorted by relevance
382 const LineParameters estimatorLine = theilSenLinearRegression(dataPoints); in recomputeParameters() local390 if (estimatorLine.coefficient < in recomputeParameters()396 …newCallCount = (int)((targetFrameTimeUs - estimatorLine.offset) / estimatorLine.coefficient + 0.5f… in recomputeParameters()399 … if (estimatorLine.offset + estimatorLine.coefficient * (float)newCallCount < minGoodFrameTimeUs) in recomputeParameters()