Searched defs:ptr_arrays (Results 1 – 1 of 1) sorted by relevance
541 struct ptr_arrays { struct542 byte *data[4]; /* 4 600dpi data, scan direction and alternating buffers */543 byte *data_c[4]; /* 4 300dpi data, as above, */544 byte *plane_data[4][4]; /*4 b/w-planes, scan direction and alternating buffers */545 byte *plane_data_c[4][8]; /* as above, but for 8 planes */546 byte *out_data; /* output buffer for the b/w data, one 600dpi plane */547 byte *test_data[4]; /* holds a copy of the last plane */548 int *errors[2]; /* 2 b/w dithering erros (scan direction only) */549 int *errors_c[2]; /* 2 color dithering errors (scan direction only) */550 word *storage; /* pointer to the beginning of the b/w-buffer */[all …]