|
NVIDIA Performance Primitives (NPP)
Version 9.2
|
BGR to CbYCr422_709HDTV color conversion. More...
Functions | |
| NppStatus | nppiBGRToCbYCr422_709HDTV_8u_C3C2R (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI) |
| 3 channel 8-bit unsigned packed BGR to 2 channel 8-bit unsigned packed CbYCr422_709HDTV color conversion. More... |
|
| NppStatus | nppiBGRToCbYCr422_709HDTV_8u_AC4C2R (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI) |
| 4 channel 8-bit unsigned packed BGR with alpha to 2 channel 8-bit unsigned packed CbYCr422_709HDTV color conversion. More... |
|
BGR to CbYCr422_709HDTV color conversion.
| NppStatus nppiBGRToCbYCr422_709HDTV_8u_AC4C2R | ( | const Npp8u * | pSrc, |
| int | nSrcStep, | ||
| Npp8u * | pDst, | ||
| int | nDstStep, | ||
| NppiSize | oSizeROI | ||
| ) |
4 channel 8-bit unsigned packed BGR with alpha to 2 channel 8-bit unsigned packed CbYCr422_709HDTV color conversion.
images.
| pSrc | Source-Image Pointer. |
| nSrcStep | Source-Image Line Step. |
| pDst | Destination-Image Pointer. |
| nDstStep | Destination-Image Line Step. |
| oSizeROI | Region-of-Interest (ROI). |
| NppStatus nppiBGRToCbYCr422_709HDTV_8u_C3C2R | ( | const Npp8u * | pSrc, |
| int | nSrcStep, | ||
| Npp8u * | pDst, | ||
| int | nDstStep, | ||
| NppiSize | oSizeROI | ||
| ) |
3 channel 8-bit unsigned packed BGR to 2 channel 8-bit unsigned packed CbYCr422_709HDTV color conversion.
images.
| pSrc | Source-Image Pointer. |
| nSrcStep | Source-Image Line Step. |
| pDst | Destination-Image Pointer. |
| nDstStep | Destination-Image Line Step. |
| oSizeROI | Region-of-Interest (ROI). |