3.1.8.2.5 Color Conversion (YCbCr to RGB)

The Y-component is first level shifted up by 128 so that it falls in the [0.0, 255.0] range. The three YCbCr components are then transformed to the RGB color space by using the following transform matrix.

The YCbCr to RGB conversion matrix

Figure 15: The YCbCr to RGB conversion matrix