vImage_YpCbCrToARGBMatrix
The 3 x 3 matrix that the vImage library uses to convert from YpCbCr to RGB.
Declaration
struct vImage_YpCbCrToARGBMatrixOverview
The vImage library uses this matrix to convert from YpCbCr to RGB using the following multiplication:
| R | | Yp 0 Cr_R | | Y' |
| G | = | Yp Cb_G Cr_G | * | Cb |
| B | | Yp Cb_B 0 | | Cr |