Searched refs:M_SOI (Results 1 – 4 of 4) sorted by relevance
171 #define M_SOI 0xD8 /* Start Of Image (beginning of datastream) */ macro229 if (c1 != 0xFF || c2 != M_SOI) in first_marker()295 if (first_marker() != M_SOI) in scan_JPEG_header()297 write_marker(M_SOI); in scan_JPEG_header()
123 #define M_SOI 0xD8 /* Start Of Image (beginning of datastream) */ macro183 if (c1 != 0xFF || c2 != M_SOI) in first_marker()345 if (first_marker() != M_SOI) in scan_JPEG_header()
49 M_SOI = 0xd8, enumerator522 emit_marker(cinfo, M_SOI); /* first the SOI */ in write_file_header()674 emit_marker(cinfo, M_SOI); in write_tables_only()
53 M_SOI = 0xd8, enumerator1067 if (c != 0xFF || c2 != (int) M_SOI) in first_marker()1110 case M_SOI: in read_markers()