Home
last modified time | relevance | path

Searched refs:estimatorLine (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
DglsCalibration.cpp382 const LineParameters estimatorLine = theilSenLinearRegression(dataPoints); in recomputeParameters() local
390 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()