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

CSTATE_WRCOEFS macro

Syntax

#define CSTATE_WRCOEFS 103

References

LocationText
jpegint.h:29
#define CSTATE_WRCOEFS 103 /* jpeg_write_coefficients done */
jcapimin.c:165
} else if (cinfo->global_state != CSTATE_WRCOEFS)
jcapimin.c:208
cinfo->global_state != CSTATE_WRCOEFS))
jcapimin.c:227
cinfo->global_state != CSTATE_WRCOEFS))
jctrans.c:52
cinfo->global_state = CSTATE_WRCOEFS;