Home
last modified time | relevance | path

Searched refs:CIELABTORGB_TABLE_RANGE (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtiffio.h167 #define CIELABTORGB_TABLE_RANGE 1500 macro
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 */
Dtif_color.c131 cielab->range = CIELABTORGB_TABLE_RANGE; in TIFFCIELabToRGBInit()