Searched refs:M_SOF13 (Results 1 – 15 of 15) sorted by relevance
/third_party/libjpeg-turbo/ |
D | rdjpgcom.c | 115 #define M_SOF13 0xCD macro 302 case M_SOF13: process = "Differential sequential, arithmetic coding"; break; in process_SOFn() 360 case M_SOF13: /* Differential sequential, arithmetic */ in scan_JPEG_header()
|
D | wrjpgcom.c | 161 #define M_SOF13 0xCD macro 309 case M_SOF13: /* Differential sequential, arithmetic */ in scan_JPEG_header()
|
D | jdmarker.c | 38 M_SOF13 = 0xcd, enumerator 1022 case M_SOF13: /* Differential sequential, arithmetic */ in read_markers()
|
D | jcmarker.c | 36 M_SOF13 = 0xcd, enumerator
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | rdjpgcom.c | 115 #define M_SOF13 0xCD macro 303 case M_SOF13: process = "Differential sequential, arithmetic coding"; break; in process_SOFn() 361 case M_SOF13: /* Differential sequential, arithmetic */ in scan_JPEG_header()
|
D | wrjpgcom.c | 161 #define M_SOF13 0xCD macro 309 case M_SOF13: /* Differential sequential, arithmetic */ in scan_JPEG_header()
|
D | jdmarker.c | 38 M_SOF13 = 0xcd, enumerator 1022 case M_SOF13: /* Differential sequential, arithmetic */ in read_markers()
|
D | jcmarker.c | 36 M_SOF13 = 0xcd, enumerator
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | rdjpgcom.c | 115 #define M_SOF13 0xCD macro 302 case M_SOF13: process = "Differential sequential, arithmetic coding"; break; in process_SOFn() 360 case M_SOF13: /* Differential sequential, arithmetic */ in scan_JPEG_header()
|
D | wrjpgcom.c | 161 #define M_SOF13 0xCD macro 309 case M_SOF13: /* Differential sequential, arithmetic */ in scan_JPEG_header()
|
D | jdmarker.c | 38 M_SOF13 = 0xcd, enumerator 1019 case M_SOF13: /* Differential sequential, arithmetic */ in read_markers()
|
D | jcmarker.c | 36 M_SOF13 = 0xcd, enumerator
|
/third_party/skia/third_party/externals/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()
|