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

/external/jpeg/
H A Djmorecfg.h75 /* JSAMPLE should be the smallest type that will hold the values 0..255.
81 typedef unsigned char JSAMPLE; typedef
86 typedef char JSAMPLE; typedef
102 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
106 typedef short JSAMPLE; typedef
150 * 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

Completed in 207 milliseconds