Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dhp3500.c2754 double *postprocess_gains) in rts8801_doscan()
2864 if (postprocess_gains && postprocess_offsets) in rts8801_doscan()
2869 * postprocess_gains[ppidx] in rts8801_doscan()
2990 double *postprocess_gains) in rts8801_fullscan()
3222 postprocess_gains); in rts8801_fullscan()
3349 double *postprocess_gains; in rts8801_scan() local
3573 postprocess_gains = (double *) malloc(sizeof(double) * 3 * w); in rts8801_scan()
3669 postprocess_gains[ppidx] = multnow / 255; in rts8801_scan()
3675 postprocess_gains[ppidx] = 1.0; in rts8801_scan()
3739 needs_postprocessed_calibration ? postprocess_gains in rts8801_scan()
2742 rts8801_doscan(unsigned width, unsigned height, unsigned colour, unsigned red_green_offset, unsigned green_blue_offset, unsigned intra_channel_offset, rts8801_callback cbfunc, void *params, int oddfirst, unsigned char const *calib_info, int merged_channels, double *postprocess_offsets, double *postprocess_gains) rts8801_doscan() argument
2974 rts8801_fullscan(unsigned x, unsigned y, unsigned w, unsigned h, unsigned xresolution, unsigned yresolution, unsigned colour, rts8801_callback cbfunc, void *param, unsigned char *calib_info, int flags, int red_calib_offset, int green_calib_offset, int blue_calib_offset, int end_calib_offset, double *postprocess_offsets, double *postprocess_gains) rts8801_fullscan() argument
[all...]

Completed in 5 milliseconds