/external/jpeg/ |
D | rdjpgcom.c | 108 #define M_SOF2 0xC2 /* Only SOF0-SOF2 are now in common use */ macro 284 case M_SOF2: process = "Progressive"; break; in process_SOFn() 341 case M_SOF2: /* Progressive, Huffman */ in scan_JPEG_header()
|
D | wrjpgcom.c | 159 #define M_SOF2 0xC2 /* Only SOF0-SOF2 are now in common use */ macro 307 case M_SOF2: /* Progressive, Huffman */ in scan_JPEG_header()
|
D | jcmarker.c | 19 M_SOF2 = 0xc2, enumerator 535 emit_sof(cinfo, M_SOF2); /* SOF code for progressive Huffman */ in write_frame_header()
|
D | jdmarker.c | 23 M_SOF2 = 0xc2, enumerator 999 case M_SOF2: /* Progressive, Huffman */ in read_markers()
|
/external/chromium_org/third_party/libjpeg_turbo/ |
D | rdjpgcom.c | 112 #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()
|
D | wrjpgcom.c | 159 #define M_SOF2 0xC2 /* Only SOF0-SOF2 are now in common use */ macro 307 case M_SOF2: /* Progressive, Huffman */ in scan_JPEG_header()
|
D | jcmarker.c | 23 M_SOF2 = 0xc2, enumerator 542 emit_sof(cinfo, M_SOF2); /* SOF code for progressive Huffman */ in write_frame_header()
|
D | jdmarker.c | 25 M_SOF2 = 0xc2, enumerator 1136 case M_SOF2: /* Progressive, Huffman */ in read_markers()
|
/external/qemu/distrib/jpeg-6b/ |
D | rdjpgcom.c | 108 #define M_SOF2 0xC2 /* Only SOF0-SOF2 are now in common use */ macro 284 case M_SOF2: process = "Progressive"; break; in process_SOFn() 341 case M_SOF2: /* Progressive, Huffman */ in scan_JPEG_header()
|
D | wrjpgcom.c | 159 #define M_SOF2 0xC2 /* Only SOF0-SOF2 are now in common use */ macro 307 case M_SOF2: /* Progressive, Huffman */ in scan_JPEG_header()
|
D | jcmarker.c | 19 M_SOF2 = 0xc2, enumerator 535 emit_sof(cinfo, M_SOF2); /* SOF code for progressive Huffman */ in write_frame_header()
|
D | jdmarker.c | 23 M_SOF2 = 0xc2, enumerator 991 case M_SOF2: /* Progressive, Huffman */ in read_markers()
|
/external/jhead/ |
D | jpgfile.c | 290 case M_SOF2: in ReadJpegSections() 481 case M_SOF2: in ReadJpegSectionsFromBuffer() 956 case M_SOF2: in RemoveUnknownSections()
|
D | jhead.h | 278 #define M_SOF2 0xC2 // Only SOF0-SOF2 are now in common use macro
|
D | exif.c | 39 { M_SOF2, "Progressive", 0, 0},
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jcmarker.c | 20 M_SOF2 = 0xc2, enumerator 536 emit_sof(cinfo, M_SOF2); /* SOF code for progressive Huffman */ in write_frame_header()
|
D | fpdfapi_jdmarker.c | 24 M_SOF2 = 0xc2, enumerator 1017 case M_SOF2: /* Progressive, Huffman */ in read_markers()
|