Searched defs:GETJSAMPLE (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/3rdparty/libjpeg/
H A Djmorecfg.h55 * You can use a signed char by having GETJSAMPLE mask it with 0xFF.
61 #define GETJSAMPLE(value) ((int) (value)) macro
67 #define GETJSAMPLE(value) ((int) (value)) macro
69 #define GETJSAMPLE(value) ((int) (value) & 0xFF) macro
86 #define GETJSAMPLE(value) ((int) (value)) macro
/external/pdfium/third_party/libjpeg/
H A Djmorecfg.h57 * You can use a signed char by having GETJSAMPLE mask it with 0xFF.
63 #define GETJSAMPLE(value) ((int) (value)) macro
69 #define GETJSAMPLE(value) ((int) (value)) macro
71 #define GETJSAMPLE(value) ((int) (value) & 0xFF) macro
88 #define GETJSAMPLE(value) ((int) (value)) macro
/external/libjpeg-turbo/
H A Djmorecfg.h45 * You can use a signed char by having GETJSAMPLE mask it with 0xFF.
51 #define GETJSAMPLE(value) ((int) (value)) macro
57 #define GETJSAMPLE(value) ((int) (value)) macro
59 #define GETJSAMPLE(value) ((int) (value) & 0xFF) macro
76 #define GETJSAMPLE(value) ((int) (value)) macro

Completed in 428 milliseconds