Home
last modified time | relevance | path

Searched refs:M_SOF9 (Results 1 – 17 of 17) sorted by relevance

/external/jpeg/
Drdjpgcom.c113 #define M_SOF9 0xC9 macro
289 case M_SOF9: process = "Extended sequential, arithmetic coding"; break; in process_SOFn()
346 case M_SOF9: /* Extended sequential, arithmetic */ in scan_JPEG_header()
Dwrjpgcom.c164 #define M_SOF9 0xC9 macro
312 case M_SOF9: /* Extended sequential, arithmetic */ in scan_JPEG_header()
Djcmarker.c27 M_SOF9 = 0xc9, enumerator
532 emit_sof(cinfo, M_SOF9); /* SOF code for arithmetic coding */ in write_frame_header()
Djdmarker.c31 M_SOF9 = 0xc9, enumerator
1005 case M_SOF9: /* Extended sequential, arithmetic */ in read_markers()
/external/chromium_org/third_party/libjpeg_turbo/
Drdjpgcom.c117 #define M_SOF9 0xC9 macro
305 case M_SOF9: process = "Extended sequential, arithmetic coding"; break; in process_SOFn()
362 case M_SOF9: /* Extended sequential, arithmetic */ in scan_JPEG_header()
Dwrjpgcom.c164 #define M_SOF9 0xC9 macro
312 case M_SOF9: /* Extended sequential, arithmetic */ in scan_JPEG_header()
Djcmarker.c31 M_SOF9 = 0xc9, enumerator
539 emit_sof(cinfo, M_SOF9); /* SOF code for sequential arithmetic */ in write_frame_header()
Djdmarker.c33 M_SOF9 = 0xc9, enumerator
1141 case M_SOF9: /* Extended sequential, arithmetic */ in read_markers()
/external/qemu/distrib/jpeg-6b/
Drdjpgcom.c113 #define M_SOF9 0xC9 macro
289 case M_SOF9: process = "Extended sequential, arithmetic coding"; break; in process_SOFn()
346 case M_SOF9: /* Extended sequential, arithmetic */ in scan_JPEG_header()
Dwrjpgcom.c164 #define M_SOF9 0xC9 macro
312 case M_SOF9: /* Extended sequential, arithmetic */ in scan_JPEG_header()
Djcmarker.c27 M_SOF9 = 0xc9, enumerator
532 emit_sof(cinfo, M_SOF9); /* SOF code for arithmetic coding */ in write_frame_header()
Djdmarker.c31 M_SOF9 = 0xc9, enumerator
997 case M_SOF9: /* Extended sequential, arithmetic */ in read_markers()
/external/jhead/
Djpgfile.c295 case M_SOF9: in ReadJpegSections()
486 case M_SOF9: in ReadJpegSectionsFromBuffer()
961 case M_SOF9: in RemoveUnknownSections()
Djhead.h283 #define M_SOF9 0xC9 macro
Dexif.c44 { M_SOF9, "Extended sequential, arithmetic coding", 0, 0},
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jcmarker.c28 M_SOF9 = 0xc9, enumerator
533 emit_sof(cinfo, M_SOF9); /* SOF code for arithmetic coding */ in write_frame_header()
Dfpdfapi_jdmarker.c32 M_SOF9 = 0xc9, enumerator
1022 case M_SOF9: /* Extended sequential, arithmetic */ in read_markers()