Searched refs:fserrors (Results 1 – 1 of 1) sorted by relevance
320 FSERRPTR fserrors; /* accumulated errors */ member1706 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)1930 cquantize->fserrors = gdRealloc(cquantize->fserrors, arraysize);1931 memset(cquantize->fserrors, 0, arraysize);1932 if (!cquantize->fserrors)2053 if (cquantize->fserrors)[all …]
Completed in 11 milliseconds