Lines Matching refs:fserrors
320 FSERRPTR fserrors; /* accumulated errors */ member
1415 errorptr = cquantize->fserrors + (width + 1) * 3; /* => entry after last column */
1425 errorptr = cquantize->fserrors; /* => entry before first real column */
1706 if (cquantize->fserrors == NULL)
1707 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large)
1710 jzero_far ((void FAR *) cquantize->fserrors, arraysize);
1855 cquantize->fserrors = NULL; /* flag optional arrays not allocated */
1918 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large)
1926 cquantize->fserrors = (FSERRPTR) safe_emalloc (3, sizeof (FSERROR), 0);
1930 cquantize->fserrors = gdRealloc(cquantize->fserrors, arraysize);
1931 memset(cquantize->fserrors, 0, arraysize);
1932 if (!cquantize->fserrors)
2053 if (cquantize->fserrors)
2055 gdFree (cquantize->fserrors);