Searched defs:JSAMPLE (Results 1 - 5 of 5) sorted by relevance

/external/jpeg/
H A Djmorecfg.h80 /* JSAMPLE should be the smallest type that will hold the values 0..255.
86 typedef uint8_t JSAMPLE; typedef
91 typedef char JSAMPLE; typedef
107 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
111 typedef int16_t JSAMPLE; typedef
155 * extraction code like we did for JSAMPLE. (In other words, these
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djmorecfg.h56 /* JSAMPLE should be the smallest type that will hold the values 0..255.
62 typedef unsigned char JSAMPLE; typedef
67 typedef char JSAMPLE; typedef
83 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
87 typedef short JSAMPLE; typedef
131 * extraction code like we did for JSAMPLE. (In other words, these
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djmorecfg.h56 /* JSAMPLE should be the smallest type that will hold the values 0..255.
62 typedef unsigned char JSAMPLE; typedef
67 typedef char JSAMPLE; typedef
83 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
87 typedef short JSAMPLE; typedef
131 * extraction code like we did for JSAMPLE. (In other words, these
/external/qemu/distrib/jpeg-6b/
H A Djmorecfg.h77 /* JSAMPLE should be the smallest type that will hold the values 0..255.
83 typedef unsigned char JSAMPLE; typedef
88 typedef char JSAMPLE; typedef
104 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
108 typedef short JSAMPLE; typedef
152 * extraction code like we did for JSAMPLE. (In other words, these
/external/chromium_org/third_party/libjpeg_turbo/
H A Djmorecfg.h55 /* JSAMPLE should be the smallest type that will hold the values 0..255.
61 typedef unsigned char JSAMPLE; typedef
66 typedef char JSAMPLE; typedef
82 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
86 typedef short JSAMPLE; typedef
130 * extraction code like we did for JSAMPLE. (In other words, these

Completed in 605 milliseconds