Searched refs:iMax (Results 1 – 4 of 4) sorted by relevance
35 int iMin,iMax,chroma; in rgb2hsv() local48 iMax = MAX (ri, bi); in rgb2hsv()51 iMax = MAX (gi, bi); in rgb2hsv()55 chroma = iMax - iMin; in rgb2hsv()57 rv = (short)( iMax << ABITS); in rgb2hsv()63 rs = (short)((k1*chroma)/iMax); in rgb2hsv()69 if ( ri == iMax ) { in rgb2hsv()72 } else if (gi == iMax) in rgb2hsv()
106 int iMin,iMax,chroma;114 iMax = max (ri, bi);117 iMax = max (gi, bi);121 rv = (short) (iMax << ABITS);127 chroma = iMax - iMin;128 rs = (short) ((k1 * chroma) / iMax);133 if ( ri == iMax ) {141 if (gi == iMax) {
306 int iMax = results.buckets.length - 1; in getPositionFromPositionWithoutLabels() local307 while (iMax >= iMin) { in getPositionFromPositionWithoutLabels()308 int iMid = (iMax + iMin) / 2; in getPositionFromPositionWithoutLabels()313 iMax = iMid - 1; in getPositionFromPositionWithoutLabels()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...