Home
last modified time | relevance | path

Searched refs:TIFFmax (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_color.c91 Yr = TIFFmax(Yr, cielab->display.d_Y0R); in TIFFXYZToRGB()
92 Yg = TIFFmax(Yg, cielab->display.d_Y0G); in TIFFXYZToRGB()
93 Yb = TIFFmax(Yb, cielab->display.d_Y0B); in TIFFXYZToRGB()
Dtiffiop.h261 #define TIFFmax(A,B) ((A)>(B)?(A):(B)) macro
/external/opencv3/3rdparty/libtiff/
Dtif_color.c91 Yr = TIFFmax(Yr, cielab->display.d_Y0R); in TIFFXYZToRGB()
92 Yg = TIFFmax(Yg, cielab->display.d_Y0G); in TIFFXYZToRGB()
93 Yb = TIFFmax(Yb, cielab->display.d_Y0B); in TIFFXYZToRGB()
Dtiffiop.h256 #define TIFFmax(A,B) ((A)>(B)?(A):(B)) macro
DChangeLog4036 * libtiff/tiffiop.h: New macros: TIFFmax, TIFFmin and TIFFrint.