Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtiff/
H A Dtif_color.c178 #define HICLAMP(f,max) ((f)>(max)?(max):(f)) macro
187 Y = HICLAMP(Y, 255); in TIFFYCbCrtoRGB()
293 #undef HICLAMP