Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/tests/
DDistortionMapperTest.cpp268 float totalErrorSq = 0; in RandomTransformTest() local
288 totalErrorSq += errorSq; in RandomTransformTest()
298 float rmsError = std::sqrt(totalErrorSq / randCoords.size()); in RandomTransformTest()