Searched refs:M_SOF13 (Results 1 – 11 of 11) sorted by relevance
/external/jpeg/ |
D | rdjpgcom.c | 116 #define M_SOF13 0xCD macro 292 case M_SOF13: process = "Differential sequential, arithmetic coding"; break; in process_SOFn() 349 case M_SOF13: /* Differential sequential, arithmetic */ in scan_JPEG_header()
|
D | wrjpgcom.c | 167 #define M_SOF13 0xCD macro 315 case M_SOF13: /* Differential sequential, arithmetic */ in scan_JPEG_header()
|
D | jcmarker.c | 31 M_SOF13 = 0xcd, enumerator
|
D | jdmarker.c | 35 M_SOF13 = 0xcd, enumerator 1022 case M_SOF13: /* Differential sequential, arithmetic */ in read_markers()
|
/external/qemu/distrib/jpeg-6b/ |
D | rdjpgcom.c | 116 #define M_SOF13 0xCD macro 292 case M_SOF13: process = "Differential sequential, arithmetic coding"; break; in process_SOFn() 349 case M_SOF13: /* Differential sequential, arithmetic */ in scan_JPEG_header()
|
D | wrjpgcom.c | 167 #define M_SOF13 0xCD macro 315 case M_SOF13: /* Differential sequential, arithmetic */ in scan_JPEG_header()
|
D | jcmarker.c | 31 M_SOF13 = 0xcd, enumerator
|
D | jdmarker.c | 35 M_SOF13 = 0xcd, enumerator 1014 case M_SOF13: /* Differential sequential, arithmetic */ in read_markers()
|
/external/jhead/ |
D | jpgfile.c | 298 case M_SOF13: in ReadJpegSections() 489 case M_SOF13: in ReadJpegSectionsFromBuffer() 964 case M_SOF13: in RemoveUnknownSections()
|
D | jhead.h | 273 #define M_SOF13 0xCD macro
|
D | exif.c | 47 { M_SOF13, "Differential sequential, arithmetic coding", 0, 0},
|