Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_color.c241 #define LumaBlue luma[2] in TIFFYCbCrToRGBInit() macro
258 float f3 = 2-2*LumaBlue; int32 D3 = FIX(CLAMP(f3,0.0F,2.0F)); in TIFFYCbCrToRGBInit()
259 float f4 = LumaBlue*f3/LumaGreen; int32 D4 = -FIX(CLAMP(f4,0.0F,2.0F)); in TIFFYCbCrToRGBInit()
262 #undef LumaBlue in TIFFYCbCrToRGBInit()