Searched refs:CLAMPw (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_color.c | 204 static float CLAMPw(float v, float vmin, float vmax) in CLAMPw() function 276 int32 Cr = (int32)CLAMPw(Code2V(x, refBlackWhite[4] - 128.0F, in TIFFYCbCrToRGBInit() 279 int32 Cb = (int32)CLAMPw(Code2V(x, refBlackWhite[2] - 128.0F, in TIFFYCbCrToRGBInit() 288 (int32)CLAMPw(Code2V(x + 128, refBlackWhite[0], refBlackWhite[1], 255), in TIFFYCbCrToRGBInit()
|