Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/graphics/palette/
DWuQuantizer.java275 double maxG = maxGResult.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.cpp421 unsigned short maxG = maxBlockY ? 1000: 200; in checkBayerRawBuffer() local
423 checkPixel(buf, w-1, h-1, maxR, maxG, maxB); in checkBayerRawBuffer()