| NVIDIA Performance Primitives (NPP)
    Version 10.0
    | 
BGR to YCbCr422 color conversion. More...
| Functions | |
| NppStatus | nppiBGRToYCbCr422_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 YCrCb422 color conversion.  More... | |
| NppStatus | nppiBGRToYCbCr422_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 YCrCb422 color conversion.  More... | |
| NppStatus | nppiBGRToYCbCr422_8u_C3P3R (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst[3], int rDstStep[3], NppiSize oSizeROI) | 
| 3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr422 color conversion.  More... | |
| NppStatus | nppiBGRToYCbCr422_8u_AC4P3R (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst[3], int rDstStep[3], NppiSize oSizeROI) | 
| 4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCbCr422 color conversion.  More... | |
BGR to YCbCr422 color conversion.
| NppStatus nppiBGRToYCbCr422_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 YCrCb422 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 nppiBGRToYCbCr422_8u_AC4P3R | ( | const Npp8u * | pSrc, | 
| int | nSrcStep, | ||
| Npp8u * | pDst[3], | ||
| int | rDstStep[3], | ||
| NppiSize | oSizeROI | ||
| ) | 
4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCbCr422 color conversion.
images.
| 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). | 
| NppStatus nppiBGRToYCbCr422_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 YCrCb422 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 nppiBGRToYCbCr422_8u_C3P3R | ( | const Npp8u * | pSrc, | 
| int | nSrcStep, | ||
| Npp8u * | pDst[3], | ||
| int | rDstStep[3], | ||
| NppiSize | oSizeROI | ||
| ) | 
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr422 color conversion.
images.
| 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). |