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

/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_colors.c531 double max_dL, max_dE; local
656 max_dL = 0.0;
676 if (dL > max_dL) max_dL = dL;
689 sqrt(max_dL), sqrt(max_dE));

Completed in 24 milliseconds