FSERRPTR is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

FSERRPTR

Syntax

typedef FSERROR FAR *FSERRPTR;

References

LocationReferrerText
jquant1.c:136
typedef FSERROR FAR *FSERRPTR; /* pointer to error array (in FAR storage!) */
jquant2.c:189
typedef FSERROR FAR *FSERRPTR; /* pointer to error array (in FAR storage!) */
jquant1.c:164
FSERRPTR fserrors[MAX_Q_COMPS]; /* accumulated errors */
jquant1.c:621quantize_fs_dither()
register FSERRPTR errorptr; /* => fserrors[] at column before current */
jquant1.c:731alloc_fs_workspace()
cquantize->fserrors[i] = (FSERRPTR)
jquant2.c:207
FSERRPTR fserrors; /* accumulated errors */
jquant2.c:959pass2_fs_dither()
register FSERRPTR errorptr; /* => fserrors[] at column before current */
jquant2.c:1204start_pass_2_quant()
cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large)
jquant2.c:1303jinit_2pass_quantizer()
cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large)

Type Use

Variables of FSERRPTR type
FSERRPTR
FSERRPTR
all items filtered out