Home
last modified time | relevance | path

Searched refs:M_SOF5 (Results 1 – 9 of 9) sorted by relevance

/external/jpeg/
Drdjpgcom.c110 #define M_SOF5 0xC5 /* NB: codes C4 and CC are NOT SOF markers */ macro
286 case M_SOF5: process = "Differential sequential"; break; in process_SOFn()
343 case M_SOF5: /* Differential sequential, Huffman */ in scan_JPEG_header()
Dwrjpgcom.c161 #define M_SOF5 0xC5 /* NB: codes C4 and CC are NOT SOF markers */ macro
309 case M_SOF5: /* Differential sequential, Huffman */ in scan_JPEG_header()
Djdmarker.c26 M_SOF5 = 0xc5, enumerator
1017 case M_SOF5: /* Differential sequential, Huffman */ in read_markers()
Djcmarker.c22 M_SOF5 = 0xc5, enumerator
/external/jhead/
Djpgfile.c292 case M_SOF5: in ReadJpegSections()
483 case M_SOF5: in ReadJpegSectionsFromBuffer()
958 case M_SOF5: in RemoveUnknownSections()
Djhead.h280 #define M_SOF5 0xC5 // NB: codes C4 and CC are NOT SOF markers macro
Dexif.c41 { M_SOF5, "Differential sequential", 0, 0},
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jdmarker.c27 M_SOF5 = 0xc5, enumerator
1034 case M_SOF5: /* Differential sequential, Huffman */ in read_markers()
Dfpdfapi_jcmarker.c23 M_SOF5 = 0xc5, enumerator