Home
last modified time | relevance | path

Searched refs:M_SOF13 (Results 1 – 11 of 11) sorted by relevance

/external/jpeg/
Drdjpgcom.c116 #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()
Dwrjpgcom.c167 #define M_SOF13 0xCD macro
315 case M_SOF13: /* Differential sequential, arithmetic */ in scan_JPEG_header()
Djcmarker.c31 M_SOF13 = 0xcd, enumerator
Djdmarker.c35 M_SOF13 = 0xcd, enumerator
1022 case M_SOF13: /* Differential sequential, arithmetic */ in read_markers()
/external/qemu/distrib/jpeg-6b/
Drdjpgcom.c116 #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()
Dwrjpgcom.c167 #define M_SOF13 0xCD macro
315 case M_SOF13: /* Differential sequential, arithmetic */ in scan_JPEG_header()
Djcmarker.c31 M_SOF13 = 0xcd, enumerator
Djdmarker.c35 M_SOF13 = 0xcd, enumerator
1014 case M_SOF13: /* Differential sequential, arithmetic */ in read_markers()
/external/jhead/
Djpgfile.c298 case M_SOF13: in ReadJpegSections()
489 case M_SOF13: in ReadJpegSectionsFromBuffer()
964 case M_SOF13: in RemoveUnknownSections()
Djhead.h273 #define M_SOF13 0xCD macro
Dexif.c47 { M_SOF13, "Differential sequential, arithmetic coding", 0, 0},