Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/tests/
DDistortionMapperTest.cpp234 int histBucket = static_cast<int>(errorDist * bucketsPerPixel); // rounds down in TEST() local
235 histogram[histBucket]++; in TEST()