Searched refs:HICLAMP (Results 1 – 1 of 1) sorted by relevance
180 #define HICLAMP(f,max) ((f)>(max)?(max):(f)) macro189 Y = HICLAMP(Y, 255); in TIFFYCbCrtoRGB()295 #undef HICLAMP