Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_color.c241 #define LumaRed luma[0] in TIFFYCbCrToRGBInit() macro
258 { float f1 = 2-2*LumaRed; int32 D1 = FIX(CLAMP(f1,0.0F,2.0F)); in TIFFYCbCrToRGBInit()
259 float f2 = LumaRed*f1/LumaGreen; int32 D2 = -FIX(CLAMP(f2,0.0F,2.0F)); in TIFFYCbCrToRGBInit()
266 #undef LumaRed in TIFFYCbCrToRGBInit()