emit_sof() is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

emit_sof() function

Syntax

LOCAL(void) emit_sof (j_compress_ptr cinfo,     JPEG_MARKER code);

Arguments

cinfo

code

References

LocationReferrerText
jcmarker.c:285
jcmarker.c:551write_frame_header()
emit_sof(cinfo, M_SOF10); /* SOF code for progressive arithmetic */
jcmarker.c:553write_frame_header()
emit_sof(cinfo, M_SOF9); /* SOF code for sequential arithmetic */
jcmarker.c:556write_frame_header()
emit_sof(cinfo, M_SOF2); /* SOF code for progressive Huffman */
jcmarker.c:558write_frame_header()
emit_sof(cinfo, M_SOF0); /* SOF code for baseline implementation */
jcmarker.c:560write_frame_header()
emit_sof(cinfo, M_SOF1); /* SOF code for non-baseline Huffman file */