NVIDIA 2D Image And Signal Performance Primitives (NPP)
Version 11.2.1.*
|
RGB to YUV420 color conversion. More...
Functions | |
NppStatus | nppiRGBToYUV420_8u_P3R_Ctx (const Npp8u *const pSrc[3], int nSrcStep, Npp8u *pDst[3], int rDstStep[3], NppiSize oSizeROI, NppStreamContext nppStreamCtx) |
3 channel 8-bit unsigned planar RGB to 3 channel 8-bit unsigned planar YUV420 color conversion. More... |
|
NppStatus | nppiRGBToYUV420_8u_P3R (const Npp8u *const pSrc[3], int nSrcStep, Npp8u *pDst[3], int rDstStep[3], NppiSize oSizeROI) |
NppStatus | nppiRGBToYUV420_8u_C3P3R_Ctx (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst[3], int rDstStep[3], NppiSize oSizeROI, NppStreamContext nppStreamCtx) |
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YUV420 color conversion. More... |
|
NppStatus | nppiRGBToYUV420_8u_C3P3R (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst[3], int rDstStep[3], NppiSize oSizeROI) |
RGB to YUV420 color conversion.
NppStatus nppiRGBToYUV420_8u_C3P3R | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
Npp8u * | pDst[3], | ||
int | rDstStep[3], | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiRGBToYUV420_8u_C3P3R_Ctx | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
Npp8u * | pDst[3], | ||
int | rDstStep[3], | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YUV420 color conversion.
pSrc | Source-Image Pointer. |
nSrcStep | Source-Image Line Step. |
pDst | Destination-Planar-Image Pointer Array. |
rDstStep | Destination-Planar-Image Line Step Array. |
oSizeROI | Region-of-Interest (ROI). |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppiRGBToYUV420_8u_P3R | ( | const Npp8u *const | pSrc[3], |
int | nSrcStep, | ||
Npp8u * | pDst[3], | ||
int | rDstStep[3], | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiRGBToYUV420_8u_P3R_Ctx | ( | const Npp8u *const | pSrc[3], |
int | nSrcStep, | ||
Npp8u * | pDst[3], | ||
int | rDstStep[3], | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
3 channel 8-bit unsigned planar RGB to 3 channel 8-bit unsigned planar YUV420 color conversion.
images.
pSrc | Source-Planar-Image Pointer Array. |
nSrcStep | Source-Image Line Step. |
pDst | Destination-Planar-Image Pointer Array. |
rDstStep | Destination-Planar-Image Line Step Array. |
oSizeROI | Region-of-Interest (ROI). |
nppStreamCtx | Application Managed Stream Context. |