Searched refs:Code2V (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_color.c | 178 #define Code2V(c, RB, RW, CR) ((((c)-(int32)(RB))*(float)(CR))/(float)(((RW)-(RB)!=0) ? ((RW)-(RB))… macro 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() 297 #undef Code2V
|