Searched refs:bucketsPerPixel (Results 1 – 1 of 1) sorted by relevance
162 constexpr int bucketsPerPixel = 3; // Histogram granularity in TEST() local213 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()