Lines Matching refs:fserrors
109 * Errors are accumulated into the array fserrors[], at a resolution of
123 * The fserrors[] array is indexed [component#][position].
164 FSERRPTR fserrors[MAX_Q_COMPS]; /* accumulated errors */
621 register FSERRPTR errorptr; /* => fserrors[] at column before current */
649 errorptr = cquantize->fserrors[ci] + (width + 1); /* => entry after last column */
654 errorptr = cquantize->fserrors[ci]; /* => entry before first column */
707 * final fserrors[] entry. Note we need not unload belowerr because
730 cquantize->fserrors[i] = (FSERRPTR)
779 if (cquantize->fserrors[0] == NULL)
784 jzero_far((void *)cquantize->fserrors[i], arraysize);
832 cquantize->fserrors[0] = NULL; /* Flag FS workspace not allocated */