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

/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.h46 * You can use a signed char by having GETJSAMPLE mask it with 0xFF.
52 #define GETJSAMPLE(value) ((int) (value)) macro
58 #define GETJSAMPLE(value) ((int) (value)) macro
60 #define GETJSAMPLE(value) ((int) (value) & 0xFF) macro
77 #define GETJSAMPLE(value) ((int) (value)) macro

Completed in 124 milliseconds