NVIDIA Performance Primitives (NPP)
Version 10.0
|
YCbCr411 to RGB color conversion. More...
Functions | |
NppStatus | nppiYCbCr411ToRGB_8u_P3C3R (const Npp8u *const pSrc[3], int rSrcStep[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI) |
3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned packed RGB color conversion. More... |
|
NppStatus | nppiYCbCr411ToRGB_8u_P3C4R (const Npp8u *const pSrc[3], int rSrcStep[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI, Npp8u nAval) |
3 channel 8-bit unsigned planar YCbCr411 to 4 channel 8-bit unsigned packed RGB color conversion with constant alpha. More... |
|
YCbCr411 to RGB color conversion.
NppStatus nppiYCbCr411ToRGB_8u_P3C3R | ( | const Npp8u *const | pSrc[3], |
int | rSrcStep[3], | ||
Npp8u * | pDst, | ||
int | nDstStep, | ||
NppiSize | oSizeROI | ||
) |
3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned packed RGB color conversion.
pSrc | Source-Planar-Image Pointer Array. |
rSrcStep | Source-Planar-Image Line Step Array. |
pDst | Destination-Image Pointer. |
nDstStep | Destination-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
NppStatus nppiYCbCr411ToRGB_8u_P3C4R | ( | const Npp8u *const | pSrc[3], |
int | rSrcStep[3], | ||
Npp8u * | pDst, | ||
int | nDstStep, | ||
NppiSize | oSizeROI, | ||
Npp8u | nAval | ||
) |
3 channel 8-bit unsigned planar YCbCr411 to 4 channel 8-bit unsigned packed RGB color conversion with constant alpha.
pSrc | Source-Planar-Image Pointer Array. |
rSrcStep | Source-Planar-Image Line Step Array. |
pDst | Destination-Image Pointer. |
nDstStep | Destination-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
nAval | 8-bit unsigned alpha constant. |