Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/graphics/palette/
DWuQuantizer.java274 double maxR = maxRResult.mMaximum; in cut() local
277 if (maxR >= maxG && maxR >= maxB) { in cut()
282 } else if (maxG >= maxR && maxG >= maxB) { in cut()
/frameworks/native/libs/gui/tests/
DCpuConsumer_test.cpp420 unsigned short maxR = (maxBlockX == maxBlockY) ? 1000 : 200; in checkBayerRawBuffer() local
423 checkPixel(buf, w-1, h-1, maxR, maxG, maxB); in checkBayerRawBuffer()