Lines Matching defs:value
295 unsigned int value;
299 value = (src_value - black) * white_level / cal->k_white[i];
300 if (value > 0xffff)
302 value = 0xffff;
310 value = 0;
317 line[i] = value;
1051 /* calc min and max black value */
1294 * - other error value - failure of some internal function
1504 /* find min average black value */
1535 /* find max average white value */
2408 /* TODO compute offset based on the x0 value from scan_request */