Home
last modified time | relevance | path

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

/external/ImageMagick/filters/
Danalyze.c180 local_saturation; in analyzeImage() local
191 (void) memset(&local_saturation,0,sizeof(local_saturation)); in analyzeImage()
206 local_saturation.sum[i]+=pow(s,(double) i); in analyzeImage()
215 saturation.sum[i]+=local_saturation.sum[i]; in analyzeImage()