Searched defs:MAX (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DImages.cpp665 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
702 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
703 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation);
704 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation);

Completed in 87 milliseconds