Home
last modified time | relevance | path

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

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