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)) ? ((RW)-(RB)) : … macro 257 int32 Cr = (int32)Code2V(x, refBlackWhite[4] - 128.0F, in TIFFYCbCrToRGBInit() 259 int32 Cb = (int32)Code2V(x, refBlackWhite[2] - 128.0F, in TIFFYCbCrToRGBInit() 267 (int32)Code2V(x + 128, refBlackWhite[0], refBlackWhite[1], 255); in TIFFYCbCrToRGBInit() 275 #undef Code2V
|