This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Use of ccCoeff in C6748 LCDK ?

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