Searched refs:M_SOF10 (Results 1 – 8 of 8) 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() 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()
|
/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/ImageMagick/coders/ |
D | meta.c | 872 #define M_SOF10 0xCA macro
|