Lines Matching refs:fserrors
158 * Errors are accumulated into the array fserrors[], at a resolution of
172 * The fserrors[] array has (#columns + 2) entries; the extra entry at
206 FSERRPTR fserrors; /* accumulated errors */
958 register FSERRPTR errorptr; /* => fserrors[] at column before current */
983 errorptr = cquantize->fserrors + (width+1)*3; /* => entry after last column */
989 errorptr = cquantize->fserrors; /* => entry before first real column */
1080 * final fserrors[] entry. Note we need not unload belowerrN because
1202 if (cquantize->fserrors == NULL)
1203 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large)
1206 jzero_far((void FAR *) cquantize->fserrors, arraysize);
1255 cquantize->fserrors = NULL; /* flag optional arrays not allocated */
1302 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large)