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