Searched refs:row_minima (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dstatistic.c1927 row_minima = 0.0;
1967 row_minima=(double) p[i];
1973 if ((double) p[i] < row_minima)
1974 row_minima=(double) p[i];
1987 *minima=row_minima;
1993 if (row_minima < *minima)
1994 *minima=row_minima;
1917 row_minima = 0.0; local

Completed in 166 milliseconds