Searched defs:M_SOF2 (Results 1 – 12 of 12) sorted by relevance
/external/libjpeg-turbo/ |
D | rdjpgcom.c | 106 #define M_SOF2 0xC2 /* Only SOF0-SOF2 are now in common use */ macro
|
D | wrjpgcom.c | 152 #define M_SOF2 0xC2 /* Only SOF0-SOF2 are now in common use */ macro
|
D | jcmarker.c | 23 M_SOF2 = 0xc2, enumerator
|
D | jdmarker.c | 25 M_SOF2 = 0xc2, enumerator
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jcmarker.c | 19 M_SOF2 = 0xc2, enumerator
|
D | fpdfapi_jdmarker.c | 23 M_SOF2 = 0xc2, enumerator
|
/external/opencv3/3rdparty/libjpeg/ |
D | jcmarker.c | 20 M_SOF2 = 0xc2, enumerator
|
D | jdmarker.c | 24 M_SOF2 = 0xc2, enumerator
|
/external/jhead/ |
D | jhead.h | 278 #define M_SOF2 0xC2 // Only SOF0-SOF2 are now in common use macro
|
/external/ImageMagick/coders/ |
D | meta.c | 837 #define M_SOF2 0xC2 /* Only SOF0-SOF2 are now in common use */ macro
|
/external/dng_sdk/source/ |
D | dng_tag_codes.h | 469 M_SOF2 = 0xc2, enumerator
|
/external/libgdx/gdx/jni/gdx2d/ |
D | jpgd.cpp | 42 …M_SOF0 = 0xC0, M_SOF1 = 0xC1, M_SOF2 = 0xC2, M_SOF3 = 0xC3, M_SOF5 = 0xC5, M_SOF6 = 0xC6, M_… enumerator
|