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

DSTATE_RDCOEFS macro

Syntax

#define DSTATE_RDCOEFS 209

References

LocationText
jpegint.h:39
#define DSTATE_RDCOEFS 209 /* reading file in jpeg_read_coefficients */
jdtrans.c:51
cinfo->global_state = DSTATE_RDCOEFS;
jdtrans.c:53
if (cinfo->global_state == DSTATE_RDCOEFS) {