Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_color.c73 #define RINT(R) ((uint32)((R)>0?((R)+0.5):((R)-0.5))) macro
103 *r = RINT(cielab->Yr2r[i]); in TIFFXYZToRGB()
107 *g = RINT(cielab->Yg2g[i]); in TIFFXYZToRGB()
111 *b = RINT(cielab->Yb2b[i]); in TIFFXYZToRGB()
118 #undef RINT