Searched refs:HICLAMP (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_color.c | 180 #define HICLAMP(f,max) ((f)>(max)?(max):(f)) macro 189 Y = HICLAMP(Y, 255), Cb = CLAMP(Cb, 0, 255), Cr = CLAMP(Cr, 0, 255); in TIFFYCbCrtoRGB() 273 #undef HICLAMP
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_color.c | 180 #define HICLAMP(f,max) ((f)>(max)?(max):(f)) macro 189 Y = HICLAMP(Y, 255), Cb = CLAMP(Cb, 0, 255), Cr = CLAMP(Cr, 0, 255); in TIFFYCbCrtoRGB() 273 #undef HICLAMP
|