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

  /external/jpeg/
jmorecfg.h 80 /* JSAMPLE should be the smallest type that will hold the values 0..255.
86 typedef uint8_t JSAMPLE;
91 typedef char JSAMPLE;
107 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
111 typedef int16_t JSAMPLE;
155 * extraction code like we did for JSAMPLE. (In other words, these
  /external/chromium_org/third_party/libjpeg_turbo/
jmorecfg.h 55 /* JSAMPLE should be the smallest type that will hold the values 0..255.
61 typedef unsigned char JSAMPLE;
66 typedef char JSAMPLE;
82 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
86 typedef short JSAMPLE;
130 * extraction code like we did for JSAMPLE. (In other words, these

Completed in 407 milliseconds