Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
H A DglsCalibration.cpp365 const LineParameters estimatorLine = theilSenLinearRegression(dataPoints); in recomputeParameters() local
373 if (estimatorLine.coefficient < coeffEpsilon) // Coefficient not good for sensible estimation; increase call count enough to get a reasonably different value. 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()

Completed in 2 milliseconds