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

  /external/pdfium/third_party/libtiff/
tiffio.h 167 #define CIELABTORGB_TABLE_RANGE 1500
171 float Yr2r[CIELABTORGB_TABLE_RANGE + 1]; /* Conversion of Yr to r */
172 float Yg2g[CIELABTORGB_TABLE_RANGE + 1]; /* Conversion of Yg to g */
173 float Yb2b[CIELABTORGB_TABLE_RANGE + 1]; /* Conversion of Yb to b */
tif_color.c 131 cielab->range = CIELABTORGB_TABLE_RANGE;

Completed in 196 milliseconds