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

  /external/jpeg/
jmorecfg.h 75 /* JSAMPLE should be the smallest type that will hold the values 0..255.
81 typedef unsigned char JSAMPLE;
86 typedef char JSAMPLE;
102 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
106 typedef short JSAMPLE;
150 * extraction code like we did for JSAMPLE. (In other words, these
  /external/qemu/distrib/jpeg-6b/
jmorecfg.h 77 /* JSAMPLE should be the smallest type that will hold the values 0..255.
83 typedef unsigned char JSAMPLE;
88 typedef char JSAMPLE;
104 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
108 typedef short JSAMPLE;
152 * extraction code like we did for JSAMPLE. (In other words, these

Completed in 78 milliseconds