Lines Matching full:errors
80 * you'll get compile errors until you extend this logic. In that case
158 * Errors are accumulated into the array fserrors[], at a resolution of
165 * We can get away with a single array (holding one row's worth of errors)
166 * by using it to store the current row's errors at pixel columns not yet
167 * processed, but the next row's errors at columns already processed. We
168 * need only a few extra variables to hold the errors immediately around the
206 FSERRPTR fserrors; /* accumulated errors */
1072 * to the next pixel on the current line, and all the errors for the
1098 * colors; then repeated errors in the same direction cannot cause cascading
1121 /* Map errors 1:1 up to +- MAXJSAMPLE/16 */
1126 /* Map errors 1:2 up to +- 3*MAXJSAMPLE/16 */
1205 /* Initialize the propagated errors to zero. */