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

/packages/apps/Gallery2/jni/filters/
H A Dhsv.c34 int iMin,iMax,chroma; local
47 iMax = MAX (ri, bi);
50 iMax = MAX (gi, bi);
54 chroma = iMax - iMin;
56 rv = (short)( iMax << ABITS);
62 rs = (short)((k1*chroma)/iMax);
68 if ( ri == iMax ) {
71 } else if (gi == iMax)
73 else // (bi == iMax )

Completed in 8 milliseconds