Searched refs:ycbcrCoeffs (Results 1 – 1 of 1) sorted by relevance
53 #define LumaRed ycbcrCoeffs[0]54 #define LumaGreen ycbcrCoeffs[1]55 #define LumaBlue ycbcrCoeffs[2]62 float ycbcrCoeffs[3] = { .299F, .587F, .114F }; variable352 TIFFSetField(out, TIFFTAG_YCBCRCOEFFICIENTS, ycbcrCoeffs); in tiffcvt()
Completed in 3 milliseconds