Searched refs:M_SOF2 (Results 1 - 9 of 9) sorted by relevance

/external/libjpeg-turbo/
H A Drdjpgcom.c107 #define M_SOF2 0xC2 /* Only SOF0-SOF2 are now in common use */ macro
295 case M_SOF2: process = "Progressive"; break;
352 case M_SOF2: /* Progressive, Huffman */
H A Dwrjpgcom.c153 #define M_SOF2 0xC2 /* Only SOF0-SOF2 are now in common use */ macro
301 case M_SOF2: /* Progressive, Huffman */
H A Djcmarker.c24 M_SOF2 = 0xc2, enumerator in enum:__anon10852
543 emit_sof(cinfo, M_SOF2); /* SOF code for progressive Huffman */
H A Djdmarker.c26 M_SOF2 = 0xc2, enumerator in enum:__anon10876
1000 case M_SOF2: /* Progressive, Huffman */
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jcmarker.c19 M_SOF2 = 0xc2, enumerator in enum:__anon16690
535 emit_sof(cinfo, M_SOF2); /* SOF code for progressive Huffman */
H A Dfpdfapi_jdmarker.c23 M_SOF2 = 0xc2, enumerator in enum:__anon16706
1016 case M_SOF2: /* Progressive, Huffman */
/external/dng_sdk/source/
H A Ddng_tag_codes.h469 M_SOF2 = 0xc2, enumerator in enum:JpegMarker
H A Ddng_parse_utils.cpp1583 { M_SOF2, "SOF2" },
H A Ddng_lossless_jpeg.cpp979 case M_SOF2:

Completed in 437 milliseconds