Lines Matching defs:height
682 despeckle (int width, int height, SANE_Byte * in, SANE_Byte * out)
700 DBG (1, "despeckle: width=%d, height=%d\n", width, height);
702 for (x = i = 0; i < width * height; ++i)
741 despeckle32 (int width, int height, SANE_Byte * in, SANE_Byte * out)
758 DBG (1, "despeckle32: width=%d, height=%d\n", width, height);
760 for (x = i = 0; i < width * height; ++i)
822 int width, height;
972 height = req.params.lines;
982 for (y = 0; y < height; ++y)
1018 if (++y >= height)
1034 if (y >= height - 1)
1861 changing width/height etc while scan is in progress. */
1897 int top, left, width, height, undecimated_width, undecimated_height;
2001 height = s->params.lines;
2005 height /= 2; /* we acquire only half the lines that we generate */
2008 undecimated_height = height * s->val[OPT_XFER_SCALE].w;
2068 height, width, (long) s->bytes_per_frame,
2073 req.num_bytes = width * height;