Lines Matching defs:values
310 * @param gamma gamma to compute values
311 * @return a gamma table filled with the computed values
1344 // computes average values on black margin
1569 // scan with top AFE values
1871 std::vector<std::uint16_t> values;
1875 values.push_back(image.get_raw_channel(x, 1, ch));
1878 // pick target value at 95th percentile of all values. There may be a lot of black values
1880 std::sort(values.begin(), values.end());
1881 curr_output = static_cast<float>(values[unsigned((values.size() - 1) * 0.95)]);
2155 // set these values as final ones for scan
2349 * todo: current values are hardcoded, we have to find if they
2380 /* we average values on 'the left' where CCD pixels are under casing and
2381 give darkest values. We then use these as dummy dark calibration */
2947 * Computes shading coefficient using formula in data sheet. 16bit data values
2976 /* compute start & end values depending of the offset */
3016 * Computes shading coefficient using formula in data sheet. 16bit data values
3052 /* x2 because of 16 bit values, and x2 since one coeff for dark
3217 * during genesys_send_shading_coefficient, some values are words, other bytes
3983 /* set top left x and y values by scanning the internals if flatbed scanners */
5165 config.values = nullptr;
5396 /* devicename="" or devicename="genesys" are default values that use
5812 * Set calibration file value. Load new cache values from file if it exists,
6104 /* sets and gets scanner option values */