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

/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Djquant1.c105 * Errors are accumulated into the array fserrors[], at a resolution of
119 * The fserrors[] array is indexed [component#][position].
163 FSERRPTR fserrors[MAX_Q_COMPS]; /* accumulated errors */ member in struct:__anon11852
620 register FSERRPTR errorptr; /* => fserrors[] at column before current */
649 errorptr = cquantize->fserrors[ci] + (width+1); /* => entry after last column */
654 errorptr = cquantize->fserrors[ci]; /* => entry before first column */
707 * final fserrors[] entry. Note we need not unload belowerr because
730 cquantize->fserrors[i] = (FSERRPTR)
779 if (cquantize->fserrors[0] == NULL)
784 jzero_far((void FAR *) cquantize->fserrors[
[all...]
H A Djquant2.c158 * Errors are accumulated into the array fserrors[], at a resolution of
172 * The fserrors[] array has (#columns + 2) entries; the extra entry at
206 FSERRPTR fserrors; /* accumulated errors */ member in struct:__anon11853
958 register FSERRPTR errorptr; /* => fserrors[] at column before current */
983 errorptr = cquantize->fserrors + (width+1)*3; /* => entry after last column */
989 errorptr = cquantize->fserrors; /* => entry before first real column */
1080 * final fserrors[] entry. Note we need not unload belowerrN because
1202 if (cquantize->fserrors == NULL)
1203 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large)
1206 jzero_far((void FAR *) cquantize->fserrors, arraysiz
[all...]

Completed in 83 milliseconds