Home
last modified time | relevance | path

Searched refs:fserrors (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/
Djquant1.c164 FSERRPTR fserrors[MAX_Q_COMPS]; /* accumulated errors */ member
652 errorptr = cquantize->fserrors[ci] + (width + 1); /* => entry after last column */ in quantize_fs_dither()
657 errorptr = cquantize->fserrors[ci]; /* => entry before first column */ in quantize_fs_dither()
733 cquantize->fserrors[i] = (FSERRPTR) in alloc_fs_workspace()
782 if (cquantize->fserrors[0] == NULL) in start_pass_1_quant()
787 jzero_far((void *)cquantize->fserrors[i], arraysize); in start_pass_1_quant()
835 cquantize->fserrors[0] = NULL; /* Flag FS workspace not allocated */ in jinit_1pass_quantizer()
Djquant2.c185 FSERRPTR fserrors; /* accumulated errors */ member
962 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()
1176 if (cquantize->fserrors == NULL) in start_pass_2_quant()
1177 cquantize->fserrors = (FSERRPTR)(*cinfo->mem->alloc_large) in start_pass_2_quant()
1180 jzero_far((void *)cquantize->fserrors, arraysize); in start_pass_2_quant()
1229 cquantize->fserrors = NULL; /* flag optional arrays not allocated */ in jinit_2pass_quantizer()
1277 cquantize->fserrors = (FSERRPTR)(*cinfo->mem->alloc_large) in jinit_2pass_quantizer()