HomeSort by relevance Sort by last modified time
    Searched defs:GETJSAMPLE (Results 1 - 5 of 5) sorted by null

  /external/jpeg/
jmorecfg.h 81 * You can use a signed char by having GETJSAMPLE mask it with 0xFF.
87 #define GETJSAMPLE(value) ((int) (value))
93 #define GETJSAMPLE(value) ((int) (value))
95 #define GETJSAMPLE(value) ((int) (value) & 0xFF)
112 #define GETJSAMPLE(value) ((int) (value))
  /external/pdfium/core/include/thirdparties/libjpeg/
jmorecfg.h 57 * You can use a signed char by having GETJSAMPLE mask it with 0xFF.
63 #define GETJSAMPLE(value) ((int) (value))
69 #define GETJSAMPLE(value) ((int) (value))
71 #define GETJSAMPLE(value) ((int) (value) & 0xFF)
88 #define GETJSAMPLE(value) ((int) (value))
  /external/pdfium/core/src/fxcodec/libjpeg/
jmorecfg.h 57 * You can use a signed char by having GETJSAMPLE mask it with 0xFF.
63 #define GETJSAMPLE(value) ((int) (value))
69 #define GETJSAMPLE(value) ((int) (value))
71 #define GETJSAMPLE(value) ((int) (value) & 0xFF)
88 #define GETJSAMPLE(value) ((int) (value))
  /external/qemu/distrib/jpeg-6b/
jmorecfg.h 78 * You can use a signed char by having GETJSAMPLE mask it with 0xFF.
84 #define GETJSAMPLE(value) ((int) (value))
90 #define GETJSAMPLE(value) ((int) (value))
92 #define GETJSAMPLE(value) ((int) (value) & 0xFF)
109 #define GETJSAMPLE(value) ((int) (value))
  /external/chromium_org/third_party/libjpeg_turbo/
jmorecfg.h 56 * You can use a signed char by having GETJSAMPLE mask it with 0xFF.
62 #define GETJSAMPLE(value) ((int) (value))
68 #define GETJSAMPLE(value) ((int) (value))
70 #define GETJSAMPLE(value) ((int) (value) & 0xFF)
87 #define GETJSAMPLE(value) ((int) (value))

Completed in 129 milliseconds