Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_color.c180 #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/
Dtif_color.c180 #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