Searched +defs:f3 +defs:f4 (Results 1 – 2 of 2) sorted by relevance
258 float f3 = 2-2*LumaBlue; int32 D3 = FIX(CLAMP(f3,0.0F,2.0F)); in TIFFYCbCrToRGBInit() local259 float f4 = LumaBlue*f3/LumaGreen; int32 D4 = -FIX(CLAMP(f4,0.0F,2.0F)); in TIFFYCbCrToRGBInit() local
32 #define f3(x,y,z) ((x&y)|(z&(x|y))) macro33 #define f4(x,y,z) (x^y^z) macro