HomeSort by relevance Sort by last modified time
    Searched refs:rgb_max (Results 1 - 2 of 2) sorted by null

  /gdk/samples/PhotoEditor/jni/
colortemp.cpp 79 int rgb_max = MAX3(dst_red, dst_green, dst_blue); local
80 if (rgb_max > 255) {
81 int invmax = k256Multiply255 / rgb_max;
saturate.cpp 99 int rgb_max = MAX3(dst_red, dst_green, dst_blue); local
100 if (rgb_max > 255) {
101 int invmax = k256Multiply255 / rgb_max;

Completed in 211 milliseconds