Home
last modified time | relevance | path

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

/external/pdfium/third_party/libjpeg/
Djmorecfg.h63 #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/opencv3/3rdparty/libjpeg/
Djmorecfg.h61 #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/libjpeg-turbo/
Djmorecfg.h51 #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