/external/jpeg/ |
D | rdjpgcom.c | 113 #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()
|
D | wrjpgcom.c | 164 #define M_SOF9 0xC9 macro 312 case M_SOF9: /* Extended sequential, arithmetic */ in scan_JPEG_header()
|
D | jcmarker.c | 27 M_SOF9 = 0xc9, enumerator 532 emit_sof(cinfo, M_SOF9); /* SOF code for arithmetic coding */ in write_frame_header()
|
D | jdmarker.c | 31 M_SOF9 = 0xc9, enumerator 1005 case M_SOF9: /* Extended sequential, arithmetic */ in read_markers()
|
/external/chromium_org/third_party/libjpeg_turbo/ |
D | rdjpgcom.c | 117 #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()
|
D | wrjpgcom.c | 164 #define M_SOF9 0xC9 macro 312 case M_SOF9: /* Extended sequential, arithmetic */ in scan_JPEG_header()
|
D | jcmarker.c | 31 M_SOF9 = 0xc9, enumerator 539 emit_sof(cinfo, M_SOF9); /* SOF code for sequential arithmetic */ in write_frame_header()
|
D | jdmarker.c | 33 M_SOF9 = 0xc9, enumerator 1141 case M_SOF9: /* Extended sequential, arithmetic */ in read_markers()
|
/external/qemu/distrib/jpeg-6b/ |
D | rdjpgcom.c | 113 #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()
|
D | wrjpgcom.c | 164 #define M_SOF9 0xC9 macro 312 case M_SOF9: /* Extended sequential, arithmetic */ in scan_JPEG_header()
|
D | jcmarker.c | 27 M_SOF9 = 0xc9, enumerator 532 emit_sof(cinfo, M_SOF9); /* SOF code for arithmetic coding */ in write_frame_header()
|
D | jdmarker.c | 31 M_SOF9 = 0xc9, enumerator 997 case M_SOF9: /* Extended sequential, arithmetic */ in read_markers()
|
/external/jhead/ |
D | jpgfile.c | 295 case M_SOF9: in ReadJpegSections() 486 case M_SOF9: in ReadJpegSectionsFromBuffer() 961 case M_SOF9: in RemoveUnknownSections()
|
D | jhead.h | 283 #define M_SOF9 0xC9 macro
|
D | exif.c | 44 { M_SOF9, "Extended sequential, arithmetic coding", 0, 0},
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jcmarker.c | 28 M_SOF9 = 0xc9, enumerator 533 emit_sof(cinfo, M_SOF9); /* SOF code for arithmetic coding */ in write_frame_header()
|
D | fpdfapi_jdmarker.c | 32 M_SOF9 = 0xc9, enumerator 1022 case M_SOF9: /* Extended sequential, arithmetic */ in read_markers()
|