Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Drdjpgcom.c112 #define M_SOF10 0xCA macro
300 case M_SOF10: process = "Progressive, arithmetic coding"; break; in process_SOFn()
357 case M_SOF10: /* Progressive, arithmetic */ in scan_JPEG_header()
Dwrjpgcom.c158 #define M_SOF10 0xCA macro
306 case M_SOF10: /* Progressive, arithmetic */ in scan_JPEG_header()
Djcmarker.c32 M_SOF10 = 0xca, enumerator
537 emit_sof(cinfo, M_SOF10); /* SOF code for progressive arithmetic */ in write_frame_header()
Djdmarker.c34 M_SOF10 = 0xca, enumerator
1009 case M_SOF10: /* Progressive, arithmetic */ in read_markers()
/external/jhead/
Djpgfile.c296 case M_SOF10: in ReadJpegSections()
487 case M_SOF10: in ReadJpegSectionsFromBuffer()
962 case M_SOF10: in RemoveUnknownSections()
Djhead.h284 #define M_SOF10 0xCA macro
Dexif.c45 { M_SOF10, "Progressive, arithmetic coding", 0, 0},
/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/pdfium/third_party/libjpeg/
Dfpdfapi_jcmarker.c28 M_SOF10 = 0xca, enumerator
Dfpdfapi_jdmarker.c32 M_SOF10 = 0xca, enumerator
1026 case M_SOF10: /* Progressive, arithmetic */ in read_markers()
/external/libgdx/gdx/jni/gdx2d/
Djpgd.cpp47 …M_SOF9 = 0xC9, M_SOF10 = 0xCA, M_SOF11 = 0xCB, M_SOF13 = 0xCD, M_SOF14 = 0xCE, M_SOF15 = 0xCF, M_… enumerator
1222 case M_SOF10: in process_markers()
/external/ImageMagick/coders/
Dmeta.c843 #define M_SOF10 0xCA macro