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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant1.c139 typedef FSERROR FAR *FSERRPTR; /* pointer to error array (in FAR storage!) */ typedef
167 FSERRPTR fserrors[MAX_Q_COMPS]; /* accumulated errors */
624 register FSERRPTR errorptr; /* => fserrors[] at column before current */
734 cquantize->fserrors[i] = (FSERRPTR)
H A Djquant2.c192 typedef FSERROR FAR *FSERRPTR; /* pointer to error array (in FAR storage!) */ typedef
210 FSERRPTR fserrors; /* accumulated errors */
962 register FSERRPTR errorptr; /* => fserrors[] at column before current */
1207 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large)
1306 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large)

Completed in 94 milliseconds