Searched refs:iMin (Results 1 – 2 of 2) sorted by relevance
35 int iMin,iMax,chroma; in rgb2hsv() local49 iMin = MIN (gi, bi); in rgb2hsv()52 iMin = MIN (ri, bi); in rgb2hsv()55 chroma = iMax - iMin; in rgb2hsv()
305 int iMin = 0; in getPositionFromPositionWithoutLabels() local307 while (iMax >= iMin) { in getPositionFromPositionWithoutLabels()308 int iMid = (iMax + iMin) / 2; in getPositionFromPositionWithoutLabels()311 iMin = iMid + 1; in getPositionFromPositionWithoutLabels()