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

  /external/libjpeg-turbo/
jpeglib.h 69 typedef JSAMPROW *JSAMPARRAY; /* ptr to some rows (a 2-D sample array) */
70 typedef JSAMPARRAY *JSAMPIMAGE; /* a 3-D sample array: top index is color */
539 JSAMPARRAY colormap; /* The color map as a 2-D pixel array */
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jpeglib.h 76 typedef JSAMPROW *JSAMPARRAY; /* ptr to some rows (a 2-D sample array) */
77 typedef JSAMPARRAY *JSAMPIMAGE; /* a 3-D sample array: top index is color */
520 JSAMPARRAY colormap; /* The color map as a 2-D pixel array */
    [all...]
  /external/pdfium/third_party/libjpeg/
jpeglib.h 169 typedef JSAMPROW *JSAMPARRAY; /* ptr to some rows (a 2-D sample array) */
170 typedef JSAMPARRAY *JSAMPIMAGE; /* a 3-D sample array: top index is color */
581 JSAMPARRAY colormap; /* The color map as a 2-D pixel array */
    [all...]

Completed in 99 milliseconds