Home
last modified time | relevance | path

Searched refs:M_SOF2 (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/3rdparty/libjpeg/
H A Drdjpgcom.c112 #define M_SOF2 0xC2 /* Only SOF0-SOF2 are now in common use */ macro
300 case M_SOF2: process = "Progressive"; break; in process_SOFn()
357 case M_SOF2: /* Progressive, Huffman */ in scan_JPEG_header()
H A Dwrjpgcom.c160 #define M_SOF2 0xC2 /* Only SOF0-SOF2 are now in common use */ macro
308 case M_SOF2: /* Progressive, Huffman */ in scan_JPEG_header()
H A Djcmarker.c20 M_SOF2 = 0xc2, enumerator
588 emit_sof(cinfo, M_SOF2); /* SOF code for progressive Huffman */ in write_frame_header()
H A Djdmarker.c24 M_SOF2 = 0xc2, enumerator
1125 case M_SOF2: /* Progressive, Huffman */ in read_markers()