Home
last modified time | relevance | path

Searched refs:HICLAMP (Results 1 – 1 of 1) 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); in TIFFYCbCrtoRGB()
295 #undef HICLAMP