Dear TI Community,
What is the use of
const short ccCoeff[5] = {0x2000, 0x2BDD, -0x0AC5, -0x1658, 0x3770};
In the face detection demo of C6748 LCDK there is a array ccCoeff .
It is used during YCbCr to RGB conversion.
Why it declared and used?
With regards,
AS