Lines Matching defs:dpi

204   unsigned stripe_shift2; /* added for MP810, MP960 at 4800dpi & 9000F at 9600dpi */
205 unsigned jumplines; /* added for MP810, MP960 at 4800dpi & 9000F at 9600dpi */
626 case MP970_PID: /* MP970 at 4800 dpi */
627 case CS8800F_PID: /* CanoScan 8800F at 4800 dpi */
637 case CS9000F_PID: /* CanoScan 9000F at 4800 dpi */
656 /* there is no 9600dpi support in flatbed mode */
776 /* special settings for 16 bit flatbed mode @ 75 dpi
777 * minimum of 150 dpi is used yet */
1180 * dpi in buf[12] 01=75; 02=150; 03=300; 04=600
1181 * target = format; original = size; scan-resolution = dpi */
1310 shift_colors (uint8_t * dptr, uint8_t * sptr, unsigned w, unsigned dpi,
1314 UNUSED(dpi);
1325 /* stripes shift for MP970 at 4800 dpi, MP810 at 2400 dpi */
1343 shift_colorsCS9000 (uint8_t * dptr, uint8_t * sptr, unsigned w, unsigned dpi,
1349 UNUSED(dpi);
1359 /* stripes shift for 1st 4 images for Canoscan 9000F at 9600dpi */
1373 /* stripes shift for 2nd 4 images for Canoscan 9000F at 9600dpi */
1391 unsigned dpi, unsigned pid, unsigned c, int * colshft,
1396 UNUSED(dpi);
1406 * for Canoscan 9000F with 16 bit flatbed scans at 4800dpi */
1554 /* CS9000F 9600dpi reorder: actually 4800dpi since each pixel is doubled */
1603 * planes images, Grayscale CCD scan and Generation >= 3 high dpi images.
1605 * color planes, reordering pixels above 600 dpi for Generation >= 3, and
1616 /* set this to 1 in order to get unprocessed images next to one another at 9600dpi */
1640 /* exception for 9600dpi on Canoscan 9000F */
1723 else if ((s->cfg->pid == CS9000F_PID || s->cfg->pid == CS9000F_MII_PID) /* 9000F: 16 bit flatbed scan at 4800dpi */
1735 /* all except 9000F at 9600dpi */
1742 /*--comment out all between this line and the one below for 9000F tests at 9600dpi or MP960 at 4800dpi ------*/
1771 at 4800dpi. It is actually 2400dpi, with each pixel
1782 /* comment: MP970, CS8800F, CS9000F specific reordering for 4800 dpi */
1962 unsigned fixed_offset_y; /* TPU offsets for CanoScan 8800F, or other CCD at 300dpi. */
1963 unsigned max_y; /* max TPU height for CS9000F at 75 dpi */
1993 /* Convert the offsets from 300dpi to actual resolution */
1998 offsets 0 through 146 (@300 dpi) get all mapped onto the same
2056 /* highest res is 600, 2400, 4800 or 9600 dpi */
2062 /* ADF/ADF duplex mode: max scan res is 600 dpi, at least for generation 4 */
2065 /* TPUIR mode: max scan res is 2400 dpi */
2084 /* lowest res is 75, 150, 300 or 600 dpi */
2094 * MP810, MP960 appear to have a 200dpi mode for low-res scans, not 150 dpi */
2405 #define DEVICE(name, model, pid, min_dpi_16, dpi, adftpu_min_dpi, adftpu_max_dpi, tpuir_min_dpi, tpuir_max_dpi, w, h, cap) { \
2413 dpi, 2*(dpi), /* xdpi, ydpi */ \