Searched refs:M_SOF13 (Results 1 – 14 of 14) sorted by relevance
/external/libjpeg-turbo/ |
D | rdjpgcom.c | 114 #define M_SOF13 0xCD macro 302 case M_SOF13: process = "Differential sequential, arithmetic coding"; break; in process_SOFn() 359 case M_SOF13: /* Differential sequential, arithmetic */ in scan_JPEG_header()
|
D | wrjpgcom.c | 160 #define M_SOF13 0xCD macro 308 case M_SOF13: /* Differential sequential, arithmetic */ in scan_JPEG_header()
|
D | jdmarker.c | 37 M_SOF13 = 0xcd, enumerator 1021 case M_SOF13: /* Differential sequential, arithmetic */ in read_markers()
|
D | jcmarker.c | 35 M_SOF13 = 0xcd, enumerator
|
/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 | 286 #define M_SOF13 0xCD macro
|
D | exif.c | 47 { M_SOF13, "Differential sequential, arithmetic coding", 0, 0},
|
/external/dng_sdk/source/ |
D | dng_tag_codes.h | 480 M_SOF13 = 0xcd, enumerator
|
D | dng_parse_utils.cpp | 1594 { M_SOF13, "SOF13" }, in LookupJPEGMarker()
|
D | dng_lossless_jpeg.cpp | 988 case M_SOF13: in ProcessTables()
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jdmarker.c | 35 M_SOF13 = 0xcd, enumerator 1038 case M_SOF13: /* Differential sequential, arithmetic */ in read_markers()
|
D | fpdfapi_jcmarker.c | 31 M_SOF13 = 0xcd, enumerator
|
/external/opencv3/3rdparty/libjpeg/ |
D | jcmarker.c | 32 M_SOF13 = 0xcd, enumerator
|
D | jdmarker.c | 36 M_SOF13 = 0xcd, enumerator 1145 case M_SOF13: /* Differential sequential, arithmetic */ in read_markers()
|