Searched refs:fserrors (Results 1 – 4 of 4) sorted by relevance
163 FSERRPTR fserrors[MAX_Q_COMPS]; /* accumulated errors */ member649 errorptr = cquantize->fserrors[ci] + (width+1); /* => entry after last column */ in quantize_fs_dither()654 errorptr = cquantize->fserrors[ci]; /* => entry before first column */ in quantize_fs_dither()730 cquantize->fserrors[i] = (FSERRPTR) in alloc_fs_workspace()779 if (cquantize->fserrors[0] == NULL) in start_pass_1_quant()784 jzero_far((void FAR *) cquantize->fserrors[i], arraysize); in start_pass_1_quant()832 cquantize->fserrors[0] = NULL; /* Flag FS workspace not allocated */ in jinit_1pass_quantizer()
206 FSERRPTR fserrors; /* accumulated errors */ member983 errorptr = cquantize->fserrors + (width+1)*3; /* => entry after last column */ in pass2_fs_dither()989 errorptr = cquantize->fserrors; /* => entry before first real column */ in pass2_fs_dither()1202 if (cquantize->fserrors == NULL) in start_pass_2_quant()1203 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large) in start_pass_2_quant()1206 jzero_far((void FAR *) cquantize->fserrors, arraysize); in start_pass_2_quant()1255 cquantize->fserrors = NULL; /* flag optional arrays not allocated */ in jinit_2pass_quantizer()1302 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large) in jinit_2pass_quantizer()