Searched defs:fserrors (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_globals.h92 void *fserrors; member in struct:__anon681
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant1.c109 * Errors are accumulated into the array fserrors[], at a resolution of
123 * The fserrors[] array is indexed [component#][position].
167 FSERRPTR fserrors[MAX_Q_COMPS]; /* accumulated errors */ member in struct:__anon735
624 register FSERRPTR errorptr; /* => fserrors[] at column before current */
653 errorptr = cquantize->fserrors[ci] + (width+1); /* => entry after last column */
658 errorptr = cquantize->fserrors[ci]; /* => entry before first column */
711 * final fserrors[] entry. Note we need not unload belowerr because
734 cquantize->fserrors[i] = (FSERRPTR)
783 if (cquantize->fserrors[0] == NULL)
788 jzero_far((void FAR *) cquantize->fserrors[
[all...]
H A Djquant2.c162 * Errors are accumulated into the array fserrors[], at a resolution of
176 * The fserrors[] array has (#columns + 2) entries; the extra entry at
210 FSERRPTR fserrors; /* accumulated errors */ member in struct:__anon736
962 register FSERRPTR errorptr; /* => fserrors[] at column before current */
987 errorptr = cquantize->fserrors + (width+1)*3; /* => entry after last column */
993 errorptr = cquantize->fserrors; /* => entry before first real column */
1084 * final fserrors[] entry. Note we need not unload belowerrN because
1206 if (cquantize->fserrors == NULL)
1207 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large)
1210 jzero_far((void FAR *) cquantize->fserrors, arraysiz
[all...]

Completed in 37 milliseconds