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

/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_colors.c82 static float Weight = 250.0f; variable
84 #define WEIGHT_DIST(d,l) (Weight*(d)/(Weight+(l)))
85 #define UNWEIGHT_DIST(d,l) ((Weight+(l))*(d)/Weight)
541 Weight = weight;
686 jio_fprintf(stderr, "Lscale=%5.3f, Weight=%5.3f mac=%s\n",

Completed in 29 milliseconds