Forum Discussion
Altera_Forum
Honored Contributor
16 years agoFIR 2D behavioural
Hi all I have a question about VIP 2D Filter. If I configure it to work on color planes in sequence, Luminance and Chromas (YCbCr4:2:2), how does it work onto the Chroma(s) signal? Reading th...
Altera_Forum
Honored Contributor
16 years agoHi,
> how does it work onto the Chroma(s) signal? It does not work. The 2D FIR would apply the filter as if all chroma values belong to a single color plane. You may be able to get around the issue by splitting the luma channel and the chroma channels, using two 2d FIR filters and then joining the streams back.