Home
last modified time | relevance | path

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

/third_party/libjpeg-turbo/
Drdjpgcom.c116 #define M_SOF14 0xCE macro
303 case M_SOF14: in process_SOFn()
361 case M_SOF14: /* Differential progressive, arithmetic */ in scan_JPEG_header()
Dwrjpgcom.c162 #define M_SOF14 0xCE macro
310 case M_SOF14: /* Differential progressive, arithmetic */ in scan_JPEG_header()
Djdmarker.c39 M_SOF14 = 0xce, enumerator
1023 case M_SOF14: /* Differential progressive, arithmetic */ in read_markers()
Djcmarker.c37 M_SOF14 = 0xce, enumerator
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Drdjpgcom.c116 #define M_SOF14 0xCE macro
304 case M_SOF14: in process_SOFn()
362 case M_SOF14: /* Differential progressive, arithmetic */ in scan_JPEG_header()
Dwrjpgcom.c162 #define M_SOF14 0xCE macro
310 case M_SOF14: /* Differential progressive, arithmetic */ in scan_JPEG_header()
Djdmarker.c39 M_SOF14 = 0xce, enumerator
1023 case M_SOF14: /* Differential progressive, arithmetic */ in read_markers()
Djcmarker.c37 M_SOF14 = 0xce, enumerator
/third_party/skia/third_party/externals/libjpeg-turbo/
Drdjpgcom.c116 #define M_SOF14 0xCE macro
303 case M_SOF14: in process_SOFn()
361 case M_SOF14: /* Differential progressive, arithmetic */ in scan_JPEG_header()
Dwrjpgcom.c162 #define M_SOF14 0xCE macro
310 case M_SOF14: /* Differential progressive, arithmetic */ in scan_JPEG_header()
Djdmarker.c39 M_SOF14 = 0xce, enumerator
1020 case M_SOF14: /* Differential progressive, arithmetic */ in read_markers()
Djcmarker.c37 M_SOF14 = 0xce, enumerator
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_tag_codes.h481 M_SOF14 = 0xce, enumerator
Ddng_parse_utils.cpp1595 { M_SOF14, "SOF14" }, in LookupJPEGMarker()
Ddng_lossless_jpeg.cpp989 case M_SOF14: in ProcessTables()