Searched refs:M_SOF10 (Results 1 – 15 of 15) sorted by relevance
/third_party/libjpeg-turbo/ |
D | rdjpgcom.c | 113 #define M_SOF10 0xCA macro 300 case M_SOF10: process = "Progressive, arithmetic coding"; break; in process_SOFn() 358 case M_SOF10: /* Progressive, arithmetic */ in scan_JPEG_header()
|
D | wrjpgcom.c | 159 #define M_SOF10 0xCA macro 307 case M_SOF10: /* Progressive, arithmetic */ in scan_JPEG_header()
|
D | jcmarker.c | 33 M_SOF10 = 0xca, enumerator 537 emit_sof(cinfo, M_SOF10); /* SOF code for progressive arithmetic */ in write_frame_header()
|
D | jdmarker.c | 35 M_SOF10 = 0xca, enumerator 1010 case M_SOF10: /* Progressive, arithmetic */ in read_markers()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | rdjpgcom.c | 113 #define M_SOF10 0xCA macro 301 case M_SOF10: process = "Progressive, arithmetic coding"; break; in process_SOFn() 359 case M_SOF10: /* Progressive, arithmetic */ in scan_JPEG_header()
|
D | wrjpgcom.c | 159 #define M_SOF10 0xCA macro 307 case M_SOF10: /* Progressive, arithmetic */ in scan_JPEG_header()
|
D | jcmarker.c | 33 M_SOF10 = 0xca, enumerator 537 emit_sof(cinfo, M_SOF10); /* SOF code for progressive arithmetic */ in write_frame_header()
|
D | jdmarker.c | 35 M_SOF10 = 0xca, enumerator 1010 case M_SOF10: /* Progressive, arithmetic */ in read_markers()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | rdjpgcom.c | 113 #define M_SOF10 0xCA macro 300 case M_SOF10: process = "Progressive, arithmetic coding"; break; in process_SOFn() 358 case M_SOF10: /* Progressive, arithmetic */ in scan_JPEG_header()
|
D | wrjpgcom.c | 159 #define M_SOF10 0xCA macro 307 case M_SOF10: /* Progressive, arithmetic */ in scan_JPEG_header()
|
D | jcmarker.c | 33 M_SOF10 = 0xca, enumerator 537 emit_sof(cinfo, M_SOF10); /* SOF code for progressive arithmetic */ in write_frame_header()
|
D | jdmarker.c | 35 M_SOF10 = 0xca, enumerator 1007 case M_SOF10: /* Progressive, arithmetic */ in read_markers()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_tag_codes.h | 477 M_SOF10 = 0xca, enumerator
|
D | dng_parse_utils.cpp | 1591 { M_SOF10, "SOF10" }, in LookupJPEGMarker()
|
D | dng_lossless_jpeg.cpp | 986 case M_SOF10: in ProcessTables()
|