Lines Matching defs:average
1000 SANE_Int total_white; /* average white of the complete line (0-65536) */
1016 /** Calculate average black and maximum white
1019 * for the calculation of average black. The remaining calibration strip
1020 * is used for searching the segment whose white average is the highest.
1499 SANE_Int average = 0;
1504 /* find min average black value */
1511 average += avg_black;
1516 average /= (end_black - start_black);
1519 values->black, average);
1535 /* find max average white value */