Home
last modified time | relevance | path

Searched refs:SwapPixels (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Dstatistic.c2014 #define SwapPixels(alpha,beta) \ in GetMedianPixel() macro
2037 SwapPixels(pixels[low],pixels[high]); in GetMedianPixel()
2041 SwapPixels(pixels[mid],pixels[high]); in GetMedianPixel()
2043 SwapPixels(pixels[low], pixels[high]); in GetMedianPixel()
2045 SwapPixels(pixels[mid],pixels[low]); in GetMedianPixel()
2046 SwapPixels(pixels[mid],pixels[low+1]); in GetMedianPixel()
2053 SwapPixels(pixels[l],pixels[h]); in GetMedianPixel()
2055 SwapPixels(pixels[low],pixels[h]); in GetMedianPixel()