Lines Matching defs:GT68xx_Calibrator
48 typedef struct GT68xx_Calibrator GT68xx_Calibrator;
54 struct GT68xx_Calibrator
83 GT68xx_Calibrator *gray; /**< Calibrator for grayscale data */
84 GT68xx_Calibrator *red; /**< Calibrator for the red channel */
85 GT68xx_Calibrator *green; /**< Calibrator for the green channel */
86 GT68xx_Calibrator *blue; /**< Calibrator for the blue channel */
102 SANE_Int white_level, GT68xx_Calibrator ** cal_return);
108 static SANE_Status gt68xx_calibrator_free (GT68xx_Calibrator * cal);
122 gt68xx_calibrator_add_white_line (GT68xx_Calibrator * cal,
138 gt68xx_calibrator_eval_white (GT68xx_Calibrator * cal, double factor);
152 gt68xx_calibrator_add_black_line (GT68xx_Calibrator * cal,
168 gt68xx_calibrator_eval_black (GT68xx_Calibrator * cal, double factor);
180 static SANE_Status gt68xx_calibrator_finish_setup (GT68xx_Calibrator * cal);
194 gt68xx_calibrator_process_line (GT68xx_Calibrator * cal, unsigned int *line);
252 GT68xx_Calibrator *cal_gray; /**< Calibrator for grayscale data */
253 GT68xx_Calibrator *cal_r; /**< Calibrator for the red channel */
254 GT68xx_Calibrator *cal_g; /**< Calibrator for the green channel */
255 GT68xx_Calibrator *cal_b; /**< Calibrator for the blue channel */