JPEG_MARKER::M_SOF9 is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

JPEG_MARKER::M_SOF9

Syntax

M_SOF9 = 0xc9;

References

LocationReferrerText
jcmarker.c:28
M_SOF9 = 0xc9,
jdmarker.c:32
M_SOF9 = 0xc9,
jcmarker.c:553write_frame_header()
emit_sof(cinfo, M_SOF9); /* SOF code for sequential arithmetic */
jdmarker.c:1034read_markers()
case M_SOF9: /* Extended sequential, arithmetic */

Data Use

Functions using JPEG_MARKER::M_SOF9
JPEG_MARKER::M_SOF9