SPRUI30H November 2015 – May 2024 DRA745 , DRA746 , DRA750 , DRA756
As shown on Figure 10-2, prior the CSC the video format needs to be converted from YUV422 to YUV444 format. This conversion only applies to the Chroma samples in the color space, and is implemented using a 4-tap Catmull-Rom algorithm using the following equations:
COUT[2*i[ = CIN[i] COUT[2*i+1] = CLIP (9/16*CIN[i] + 9/16*CIN[i+1] – 1/16*CIN[i-1] – 1/16CIN[i+2] + 1)
Edge effects are treated by repeating the first and last pixel per line.