Searched refs:M_SOF10 (Results 1 – 10 of 10) sorted by relevance
/external/libjpeg-turbo/ |
D | rdjpgcom.c | 113 #define M_SOF10 0xCA macro 301 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 538 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()
|
/external/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()
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jdmarker.c | 32 M_SOF10 = 0xca, enumerator 1026 case M_SOF10: /* Progressive, arithmetic */ in read_markers()
|
D | fpdfapi_jcmarker.c | 28 M_SOF10 = 0xca, enumerator
|
/external/ImageMagick/coders/ |
D | meta.c | 843 #define M_SOF10 0xCA macro
|