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

/packages/apps/Gallery2/jni/filters/
H A Dhighlight.c33 int v = clampMax(hsv[0],4080);
34 hsv[0] = (unsigned short) clampMax(lum[((255*v)/4080)]*4080,4080);
H A Dcontrast.c30 int clampMax(int c,int max) function
H A Dfilters.h47 __inline__ int clampMax(int c,int max);

Completed in 25 milliseconds