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

  /external/opencv3/3rdparty/libjpeg/
jmorecfg.h 54 /* JSAMPLE should be the smallest type that will hold the values 0..255.
60 typedef unsigned char JSAMPLE;
65 typedef char JSAMPLE;
81 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
85 typedef short JSAMPLE;
129 * extraction code like we did for JSAMPLE. (In other words, these
  /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 44 /* JSAMPLE should be the smallest type that will hold the values 0..255.
50 typedef unsigned char JSAMPLE;
55 typedef char JSAMPLE;
71 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
75 typedef short JSAMPLE;
119 * extraction code like we did for JSAMPLE. (In other words, these

Completed in 101 milliseconds