Lines Matching defs:max

256          - update overscan code to extend max scan area
568 - support resolution controlled max page-height (fi-6/7xxx scanners)
739 #define max(a,b) (((a)>(b))?(a):(b))
1379 DBG (15, " max x res: %d dpi\n", s->max_x_res);
1382 DBG (15, " max y res: %d dpi\n", s->max_y_res);
1441 DBG(15, " max width: %2.2f inches\n",(float)s->max_x_basic/s->basic_x_res);
1444 DBG(15, " max length: %2.2f inches\n",(float)s->max_y_basic/s->basic_y_res);
1715 DBG (15, " endorser max id: %d\n", get_IN_endorser_max_id(in));
2149 /* setup the list with a single choice, in 1200dpi units, at max res */
2328 /* these machines have longer max paper at lower res */
2338 /* these machines have longer max paper at lower res */
2350 /* these machines have longer max paper at lower res */
2411 /* these machines have longer max paper at lower res */
2426 /* these machines have longer max paper at lower res */
2443 /* these machines have longer max paper at lower res */
2455 /* these machines have longer max paper at lower res */
2468 /* these machines have longer max paper at lower res */
2955 s->res_range.max = s->max_x_res;
2994 s->tl_x_range.max = SCANNER_UNIT_TO_FIXED_MM(get_page_width(s));
3012 s->tl_y_range.max = SCANNER_UNIT_TO_FIXED_MM(get_page_height(s));
3030 s->br_x_range.max = SCANNER_UNIT_TO_FIXED_MM(get_page_width(s));
3048 s->br_y_range.max = SCANNER_UNIT_TO_FIXED_MM(get_page_height(s));
3066 s->paper_x_range.max = SCANNER_UNIT_TO_FIXED_MM(s->max_x);
3093 s->paper_y_range.max = SCANNER_UNIT_TO_FIXED_MM(s->max_y);
3139 s->brightness_range.max=127;
3162 s->contrast_range.max=127;
3183 s->gamma_range.max=SANE_FIX(5);
3206 s->threshold_range.max=s->threshold_steps;
3270 s->ht_pattern_range.max=s->num_internal_dither - 1;
3305 s->emphasis_range.max=127;
3407 s->gamma_curve_range.max=3;
3430 s->threshold_curve_range.max=7;
3558 s->variance_range.max=255;
3660 s->compress_arg_range.max=7;
3964 s->sleep_time_range.max = 60;
3983 s->off_time_range.max = 960;
4002 s->duplex_offset_range.max = 16;
4020 s->green_offset_range.max = 16;
4038 s->blue_offset_range.max = 16;
4119 s->swdespeck_range.max=9;
4151 s->swskip_range.max=SANE_FIX(100);
4219 s->endorser_bits_range.max = 24;
4243 s->endorser_val_range.max = (1 << s->u_endorser_bits)-1;
4267 s->endorser_step_range.max = 2;
4293 s->endorser_y_range.max = SCANNER_UNIT_TO_FIXED_MM(get_page_height(s));
6836 % max(s->ppl_mod_by_mode[s->s_mode], s->ppl_mod_by_mode[s->u_mode]);
6853 % max(s->ppl_mod_by_mode[s->s_mode], s->ppl_mod_by_mode[s->u_mode]);
6862 % max(s->ppl_mod_by_mode[s->s_mode], s->ppl_mod_by_mode[s->u_mode]);
6866 DBG(15,"update_params: x: max=%d, page=%d, gpw=%d, res=%d\n",
6869 DBG(15,"update_params: y: max=%d, page=%d, gph=%d, res=%d\n",
6917 DBG(15,"update_u_params: x: max=%d, page=%d, gpw=%d, res=%d\n",
6920 DBG(15,"update_u_params: y: max=%d, page=%d, gph=%d, res=%d\n",
7530 /*this is max size, we might send less below*/
8675 /* figure out the max amount to transfer */
9003 /* figure out the max amount to transfer */
9964 /* scanner max for fb */
9974 /* can't overscan larger than scanner max */
9993 /* scanner max for fb */
10003 /* can't overscan larger than scanner max */