Searched refs:M_SOF2 (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | rdjpgcom.c | 107 #define M_SOF2 0xC2 /* Only SOF0-SOF2 are now in common use */ macro 294 case M_SOF2: process = "Progressive"; break; in process_SOFn() 352 case M_SOF2: /* Progressive, Huffman */ in scan_JPEG_header()
|
D | wrjpgcom.c | 153 #define M_SOF2 0xC2 /* Only SOF0-SOF2 are now in common use */ macro 301 case M_SOF2: /* Progressive, Huffman */ in scan_JPEG_header()
|
D | jcmarker.c | 24 M_SOF2 = 0xc2, enumerator 542 emit_sof(cinfo, M_SOF2); /* SOF code for progressive Huffman */ in write_frame_header()
|
D | jdmarker.c | 26 M_SOF2 = 0xc2, enumerator 997 case M_SOF2: /* Progressive, Huffman */ in read_markers()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | rdjpgcom.c | 107 #define M_SOF2 0xC2 /* Only SOF0-SOF2 are now in common use */ macro 295 case M_SOF2: process = "Progressive"; break; in process_SOFn() 353 case M_SOF2: /* Progressive, Huffman */ in scan_JPEG_header()
|
D | wrjpgcom.c | 153 #define M_SOF2 0xC2 /* Only SOF0-SOF2 are now in common use */ macro 301 case M_SOF2: /* Progressive, Huffman */ in scan_JPEG_header()
|
D | jcmarker.c | 24 M_SOF2 = 0xc2, enumerator 542 emit_sof(cinfo, M_SOF2); /* SOF code for progressive Huffman */ in write_frame_header()
|
D | jdmarker.c | 26 M_SOF2 = 0xc2, enumerator 1000 case M_SOF2: /* Progressive, Huffman */ in read_markers()
|
/third_party/libjpeg-turbo/ |
D | rdjpgcom.c | 107 #define M_SOF2 0xC2 /* Only SOF0-SOF2 are now in common use */ macro 294 case M_SOF2: process = "Progressive"; break; in process_SOFn() 352 case M_SOF2: /* Progressive, Huffman */ in scan_JPEG_header()
|
D | wrjpgcom.c | 153 #define M_SOF2 0xC2 /* Only SOF0-SOF2 are now in common use */ macro 301 case M_SOF2: /* Progressive, Huffman */ in scan_JPEG_header()
|
D | jcmarker.c | 24 M_SOF2 = 0xc2, enumerator 542 emit_sof(cinfo, M_SOF2); /* SOF code for progressive Huffman */ in write_frame_header()
|
D | jdmarker.c | 26 M_SOF2 = 0xc2, enumerator 1000 case M_SOF2: /* Progressive, Huffman */ in read_markers()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_tag_codes.h | 469 M_SOF2 = 0xc2, enumerator
|
D | dng_parse_utils.cpp | 1583 { M_SOF2, "SOF2" }, in LookupJPEGMarker()
|
D | dng_lossless_jpeg.cpp | 979 case M_SOF2: in ProcessTables()
|