Home
last modified time | relevance | path

Searched defs:_ETS_PlaneCtx (Results 1 – 2 of 2) sorted by relevance

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/toolbin/halftone/ETS/
H A Dets.c59 struct _ETS_PlaneCtx { struct
60 int width; /* Width of plane in pixels */
61 int *dst_line; /* Output pointer */
62 int *err_line; /* Total error carried out of pixel in the line above */
63 int *r_line; /* expected distance table (see paper for details) */
64 int *a_line; /* expected distance intermediate table (see paper) */
65 int *b_line; /* expected distance intermediate table (see paper) */
66 int *lut; /* Table to map from input source value to internal
69 int *dist_lut; /* A table of "expected distance between set pixels"
75 int c1; /* Shift adjustment for the dist_lut. */
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/toolbin/halftone/ETS/
H A Dets.c59 struct _ETS_PlaneCtx { struct
60 int width; /* Width of plane in pixels */
61 int *dst_line; /* Output pointer */
62 int *err_line; /* Total error carried out of pixel in the line above */
63 int *r_line; /* expected distance table (see paper for details) */
64 int *a_line; /* expected distance intermediate table (see paper) */
65 int *b_line; /* expected distance intermediate table (see paper) */
66 int *lut; /* Table to map from input source value to internal
69 int *dist_lut; /* A table of "expected distance between set pixels"
75 int c1; /* Shift adjustment for the dist_lut. */
[all …]