Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsCalibration.cpp365 const LineParameters estimatorLine = theilSenLinearRegression(dataPoints); in recomputeParameters() local
373 …if (estimatorLine.coefficient < coeffEpsilon) // Coefficient not good for sensible estimation; inc… 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()