Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/tests/
DDistortionMapperTest.cpp162 constexpr int bucketsPerPixel = 3; // Histogram granularity in TEST() local
213 std::array<int, maxAllowedPixelError * bucketsPerPixel> histogram = {0}; in TEST()
234 int histBucket = static_cast<int>(errorDist * bucketsPerPixel); // rounds down in TEST()
245 (float)i/bucketsPerPixel, (float)(i + 1)/bucketsPerPixel); in TEST()