/external/jpeg/ |
D | rdjpgcom.c | 114 #define M_SOF10 0xCA macro 290 case M_SOF10: process = "Progressive, arithmetic coding"; break; in process_SOFn() 347 case M_SOF10: /* Progressive, arithmetic */ in scan_JPEG_header()
|
D | wrjpgcom.c | 165 #define M_SOF10 0xCA macro 313 case M_SOF10: /* Progressive, arithmetic */ in scan_JPEG_header()
|
D | jcmarker.c | 28 M_SOF10 = 0xca, enumerator
|
D | jdmarker.c | 32 M_SOF10 = 0xca, enumerator 1010 case M_SOF10: /* Progressive, arithmetic */ in read_markers()
|
/external/chromium_org/third_party/libjpeg_turbo/ |
D | rdjpgcom.c | 118 #define M_SOF10 0xCA macro 306 case M_SOF10: process = "Progressive, arithmetic coding"; break; in process_SOFn() 363 case M_SOF10: /* Progressive, arithmetic */ in scan_JPEG_header()
|
D | wrjpgcom.c | 165 #define M_SOF10 0xCA macro 313 case M_SOF10: /* Progressive, arithmetic */ in scan_JPEG_header()
|
D | jcmarker.c | 32 M_SOF10 = 0xca, enumerator 537 emit_sof(cinfo, M_SOF10); /* SOF code for progressive arithmetic */ in write_frame_header()
|
D | jdmarker.c | 34 M_SOF10 = 0xca, enumerator 1146 case M_SOF10: /* Progressive, arithmetic */ in read_markers()
|
/external/qemu/distrib/jpeg-6b/ |
D | rdjpgcom.c | 114 #define M_SOF10 0xCA macro 290 case M_SOF10: process = "Progressive, arithmetic coding"; break; in process_SOFn() 347 case M_SOF10: /* Progressive, arithmetic */ in scan_JPEG_header()
|
D | wrjpgcom.c | 165 #define M_SOF10 0xCA macro 313 case M_SOF10: /* Progressive, arithmetic */ in scan_JPEG_header()
|
D | jcmarker.c | 28 M_SOF10 = 0xca, enumerator
|
D | jdmarker.c | 32 M_SOF10 = 0xca, enumerator 1002 case M_SOF10: /* Progressive, arithmetic */ in read_markers()
|
/external/jhead/ |
D | jpgfile.c | 296 case M_SOF10: in ReadJpegSections() 487 case M_SOF10: in ReadJpegSectionsFromBuffer() 962 case M_SOF10: in RemoveUnknownSections()
|
D | jhead.h | 284 #define M_SOF10 0xCA macro
|
D | exif.c | 45 { M_SOF10, "Progressive, arithmetic coding", 0, 0},
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jcmarker.c | 29 M_SOF10 = 0xca, enumerator
|
D | fpdfapi_jdmarker.c | 33 M_SOF10 = 0xca, enumerator 1027 case M_SOF10: /* Progressive, arithmetic */ in read_markers()
|