Home
last modified time | relevance | path

Searched refs:M_SOF10 (Results 1 – 8 of 8) sorted by relevance

/external/libjpeg-turbo/
Drdjpgcom.c113 #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()
Dwrjpgcom.c159 #define M_SOF10 0xCA macro
307 case M_SOF10: /* Progressive, arithmetic */ in scan_JPEG_header()
Djcmarker.c33 M_SOF10 = 0xca, enumerator
537 emit_sof(cinfo, M_SOF10); /* SOF code for progressive arithmetic */ in write_frame_header()
Djdmarker.c35 M_SOF10 = 0xca, enumerator
1010 case M_SOF10: /* Progressive, arithmetic */ in read_markers()
/external/dng_sdk/source/
Ddng_tag_codes.h477 M_SOF10 = 0xca, enumerator
Ddng_parse_utils.cpp1591 { M_SOF10, "SOF10" }, in LookupJPEGMarker()
Ddng_lossless_jpeg.cpp986 case M_SOF10: in ProcessTables()
/external/ImageMagick/coders/
Dmeta.c872 #define M_SOF10 0xCA macro