Searched refs:fserrors (Results 1 – 4 of 4) sorted by relevance
164 FSERRPTR fserrors[MAX_Q_COMPS]; /* accumulated errors */ member650 errorptr = cquantize->fserrors[ci] + (width+1); /* => entry after last column */ in quantize_fs_dither()655 errorptr = cquantize->fserrors[ci]; /* => entry before first column */ in quantize_fs_dither()731 cquantize->fserrors[i] = (FSERRPTR) in alloc_fs_workspace()780 if (cquantize->fserrors[0] == NULL) in start_pass_1_quant()785 FMEMZERO((void FAR *) cquantize->fserrors[i], arraysize); in start_pass_1_quant()833 cquantize->fserrors[0] = NULL; /* Flag FS workspace not allocated */ in jinit_1pass_quantizer()
207 FSERRPTR fserrors; /* accumulated errors */ member984 errorptr = cquantize->fserrors + (width+1)*3; /* => entry after last column */ in pass2_fs_dither()990 errorptr = cquantize->fserrors; /* => entry before first real column */ in pass2_fs_dither()1203 if (cquantize->fserrors == NULL) in start_pass_2_quant()1204 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large) in start_pass_2_quant()1207 FMEMZERO((void FAR *) cquantize->fserrors, arraysize); in start_pass_2_quant()1256 cquantize->fserrors = NULL; /* flag optional arrays not allocated */ in jinit_2pass_quantizer()1303 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large) in jinit_2pass_quantizer()
162 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 *) cquantize->fserrors[i], arraysize); in start_pass_1_quant()832 cquantize->fserrors[0] = NULL; /* Flag FS workspace not allocated */ in jinit_1pass_quantizer()
184 FSERRPTR fserrors; /* accumulated errors */ member962 errorptr = cquantize->fserrors + (width+1)*3; /* => entry after last column */ in pass2_fs_dither()968 errorptr = cquantize->fserrors; /* => entry before first real column */ in pass2_fs_dither()1172 if (cquantize->fserrors == NULL) in start_pass_2_quant()1173 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large) in start_pass_2_quant()1176 jzero_far((void *) cquantize->fserrors, arraysize); in start_pass_2_quant()1225 cquantize->fserrors = NULL; /* flag optional arrays not allocated */ in jinit_2pass_quantizer()1273 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large) in jinit_2pass_quantizer()