Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Drgb2ycbcr.c53 #define LumaRed ycbcrCoeffs[0]
54 #define LumaGreen ycbcrCoeffs[1]
55 #define LumaBlue ycbcrCoeffs[2]
62 float ycbcrCoeffs[3] = { .299F, .587F, .114F }; variable
352 TIFFSetField(out, TIFFTAG_YCBCRCOEFFICIENTS, ycbcrCoeffs); in tiffcvt()

Completed in 3 milliseconds