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

  /gdk/samples/PhotoEditor/jni/
colortemp.cpp 81 int invmax = k256Multiply255 / rgb_max; local
82 dst_red = dst_red * invmax >> 8;
83 dst_green = dst_green * invmax >> 8;
84 dst_blue = dst_blue * invmax >> 8;
saturate.cpp 101 int invmax = k256Multiply255 / rgb_max; local
102 dst_red = dst_red * invmax >> 8;
103 dst_green = dst_green * invmax >> 8;
104 dst_blue = dst_blue * invmax >> 8;

Completed in 297 milliseconds