Forum Discussion
Altera_Forum
Honored Contributor
15 years agoCSC Settings - 24bit RGB - 16-bit RGB
Hi, I am trying to use the CSC in VIP to convert a video data stream from 24-bit RGB (8-bits per color) to 16-bit RGB (565/RGB) for use with a custom display peripheral. I have set the CSC for ru...
Altera_Forum
Honored Contributor
15 years agoWhy not drop the CSC and just use the upper 5 or 6 bits of each color component to drive the display?
Multiplying by 0.125 or 0.25 is equivalent to shifting the bits right by 3 or 2. There is no need to perform a full multiplication.