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.h165 #define CIELABTORGB_TABLE_RANGE 1500 macro
169 float Yr2r[CIELABTORGB_TABLE_RANGE + 1]; /* Conversion of Yr to r */
170 float Yg2g[CIELABTORGB_TABLE_RANGE + 1]; /* Conversion of Yg to g */
171 float Yb2b[CIELABTORGB_TABLE_RANGE + 1]; /* Conversion of Yb to b */
Dtif_color.c129 cielab->range = CIELABTORGB_TABLE_RANGE; in TIFFCIELabToRGBInit()