HomeSort by relevance Sort by last modified time
    Searched full:estimatorline (Results 1 - 1 of 1) sorted by null

  /external/deqp/modules/glshared/
glsCalibration.cpp 365 const LineParameters estimatorLine = theilSenLinearRegression(dataPoints);
373 if (estimatorLine.coefficient < coeffEpsilon) // Coefficient not good for sensible estimation; increase call count enough to get a reasonably different value.
378 newCallCount = (int)((targetFrameTimeUs - estimatorLine.offset) / estimatorLine.coefficient + 0.5f);
381 if (estimatorLine.offset + estimatorLine.coefficient*(float)newCallCount < minGoodFrameTimeUs)

Completed in 60 milliseconds