Searched refs:max_gray_deviation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/compile/
H A DPngCrunch.cpp528 int max_gray_deviation = 0; local
567 max_gray_deviation = std::max(std::abs(red - green), max_gray_deviation);
568 max_gray_deviation = std::max(std::abs(green - blue), max_gray_deviation);
569 max_gray_deviation = std::max(std::abs(blue - red), max_gray_deviation);
577 << " maxGrayDeviation=" << max_gray_deviation
582 const bool convertible_to_grayscale = max_gray_deviation <= options.grayscale_tolerance;

Completed in 3998 milliseconds