Searched refs:M_SOF15 (Results 1 – 15 of 15) sorted by relevance
/third_party/libjpeg-turbo/ |
D | rdjpgcom.c | 117 #define M_SOF15 0xCF macro 305 case M_SOF15: process = "Differential lossless, arithmetic coding"; break; in process_SOFn() 362 case M_SOF15: /* Differential lossless, arithmetic */ in scan_JPEG_header()
|
D | wrjpgcom.c | 163 #define M_SOF15 0xCF macro 311 case M_SOF15: /* Differential lossless, arithmetic */ in scan_JPEG_header()
|
D | jdmarker.c | 40 M_SOF15 = 0xcf, enumerator 1024 case M_SOF15: /* Differential lossless, arithmetic */ in read_markers()
|
D | jcmarker.c | 38 M_SOF15 = 0xcf, enumerator
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | rdjpgcom.c | 117 #define M_SOF15 0xCF macro 306 case M_SOF15: process = "Differential lossless, arithmetic coding"; break; in process_SOFn() 363 case M_SOF15: /* Differential lossless, arithmetic */ in scan_JPEG_header()
|
D | wrjpgcom.c | 163 #define M_SOF15 0xCF macro 311 case M_SOF15: /* Differential lossless, arithmetic */ in scan_JPEG_header()
|
D | jdmarker.c | 40 M_SOF15 = 0xcf, enumerator 1024 case M_SOF15: /* Differential lossless, arithmetic */ in read_markers()
|
D | jcmarker.c | 38 M_SOF15 = 0xcf, enumerator
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | rdjpgcom.c | 117 #define M_SOF15 0xCF macro 305 case M_SOF15: process = "Differential lossless, arithmetic coding"; break; in process_SOFn() 362 case M_SOF15: /* Differential lossless, arithmetic */ in scan_JPEG_header()
|
D | wrjpgcom.c | 163 #define M_SOF15 0xCF macro 311 case M_SOF15: /* Differential lossless, arithmetic */ in scan_JPEG_header()
|
D | jdmarker.c | 40 M_SOF15 = 0xcf, enumerator 1021 case M_SOF15: /* Differential lossless, arithmetic */ in read_markers()
|
D | jcmarker.c | 38 M_SOF15 = 0xcf, enumerator
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_tag_codes.h | 482 M_SOF15 = 0xcf, enumerator
|
D | dng_parse_utils.cpp | 1596 { M_SOF15, "SOF15" }, in LookupJPEGMarker()
|
D | dng_lossless_jpeg.cpp | 990 case M_SOF15: in ProcessTables()
|