Home
last modified time | relevance | path

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

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