Home
last modified time | relevance | path

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

/third_party/libjpeg-turbo/
Drdjpgcom.c115 #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()
Dwrjpgcom.c161 #define M_SOF13 0xCD macro
309 case M_SOF13: /* Differential sequential, arithmetic */ in scan_JPEG_header()
Djdmarker.c38 M_SOF13 = 0xcd, enumerator
1022 case M_SOF13: /* Differential sequential, arithmetic */ in read_markers()
Djcmarker.c36 M_SOF13 = 0xcd, enumerator
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Drdjpgcom.c115 #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()
Dwrjpgcom.c161 #define M_SOF13 0xCD macro
309 case M_SOF13: /* Differential sequential, arithmetic */ in scan_JPEG_header()
Djdmarker.c38 M_SOF13 = 0xcd, enumerator
1022 case M_SOF13: /* Differential sequential, arithmetic */ in read_markers()
Djcmarker.c36 M_SOF13 = 0xcd, enumerator
/third_party/skia/third_party/externals/libjpeg-turbo/
Drdjpgcom.c115 #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()
Dwrjpgcom.c161 #define M_SOF13 0xCD macro
309 case M_SOF13: /* Differential sequential, arithmetic */ in scan_JPEG_header()
Djdmarker.c38 M_SOF13 = 0xcd, enumerator
1019 case M_SOF13: /* Differential sequential, arithmetic */ in read_markers()
Djcmarker.c36 M_SOF13 = 0xcd, enumerator
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_tag_codes.h480 M_SOF13 = 0xcd, enumerator
Ddng_parse_utils.cpp1594 { M_SOF13, "SOF13" }, in LookupJPEGMarker()
Ddng_lossless_jpeg.cpp988 case M_SOF13: in ProcessTables()