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

JPEG_MARKER::M_SOF10

Syntax

M_SOF10 = 0xca;

References

LocationReferrerText
jcmarker.c:29
M_SOF10 = 0xca,
jdmarker.c:33
M_SOF10 = 0xca,
jcmarker.c:551write_frame_header()
emit_sof(cinfo, M_SOF10); /* SOF code for progressive arithmetic */
jdmarker.c:1039read_markers()
case M_SOF10: /* Progressive, arithmetic */

Data Use

Functions using JPEG_MARKER::M_SOF10
JPEG_MARKER::M_SOF10