Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/tests/
DDistortionMapperTest.cpp283 float errorDist = std::sqrt(errorSq); in RandomTransformTest() local
284 if (errorDist < maxAllowedPixelError) { in RandomTransformTest()
285 int histBucket = static_cast<int>(errorDist * bucketsPerPixel); // rounds down in RandomTransformTest()