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

/external/chromium_org/third_party/libjpeg_turbo/
H A Djquant1.c137 typedef FSERROR FAR *FSERRPTR; /* pointer to error array (in FAR storage!) */ typedef
165 FSERRPTR fserrors[MAX_Q_COMPS]; /* accumulated errors */
625 register FSERRPTR errorptr; /* => fserrors[] at column before current */
735 cquantize->fserrors[i] = (FSERRPTR)
H A Djquant2.c171 typedef FSERROR FAR *FSERRPTR; /* pointer to error array (in FAR storage!) */ typedef
189 FSERRPTR fserrors; /* accumulated errors */
942 register FSERRPTR errorptr; /* => fserrors[] at column before current */
1187 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large)
1286 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large)
/external/jpeg/
H A Djquant1.c135 typedef FSERROR FAR *FSERRPTR; /* pointer to error array (in FAR storage!) */ typedef
163 FSERRPTR fserrors[MAX_Q_COMPS]; /* accumulated errors */
620 register FSERRPTR errorptr; /* => fserrors[] at column before current */
730 cquantize->fserrors[i] = (FSERRPTR)
H A Djquant2.c188 typedef FSERROR FAR *FSERRPTR; /* pointer to error array (in FAR storage!) */ typedef
206 FSERRPTR fserrors; /* accumulated errors */
958 register FSERRPTR errorptr; /* => fserrors[] at column before current */
1203 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large)
1302 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large)
/external/qemu/distrib/jpeg-6b/
H A Djquant1.c135 typedef FSERROR FAR *FSERRPTR; /* pointer to error array (in FAR storage!) */ typedef
163 FSERRPTR fserrors[MAX_Q_COMPS]; /* accumulated errors */
620 register FSERRPTR errorptr; /* => fserrors[] at column before current */
730 cquantize->fserrors[i] = (FSERRPTR)
H A Djquant2.c188 typedef FSERROR FAR *FSERRPTR; /* pointer to error array (in FAR storage!) */ typedef
206 FSERRPTR fserrors; /* accumulated errors */
958 register FSERRPTR errorptr; /* => fserrors[] at column before current */
1203 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large)
1302 cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large)

Completed in 329 milliseconds