Home | History | Annotate | Download | only in jpeg

Lines Matching refs:fserrors

105  * 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 */
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[i], arraysize);
832 cquantize->fserrors[0] = NULL; /* Flag FS workspace not allocated */