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

  /external/pdfium/third_party/libjpeg/
jmorecfg.h 56 /* JSAMPLE should be the smallest type that will hold the values 0..255.
62 typedef unsigned char JSAMPLE;
67 typedef char JSAMPLE;
83 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
87 typedef short JSAMPLE;
131 * extraction code like we did for JSAMPLE. (In other words, these
  /external/libjpeg-turbo/
jmorecfg.h 45 /* JSAMPLE should be the smallest type that will hold the values 0..255.
51 typedef unsigned char JSAMPLE;
56 typedef char JSAMPLE;
72 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
76 typedef short JSAMPLE;
120 * extraction code like we did for JSAMPLE. (In other words, these

Completed in 76 milliseconds