| NVIDIA 2D Image And Signal Performance Primitives (NPP)
    Version 11.0.1.*
    | 
BGR to CbYCr422 color conversion. More...
| Functions | |
| NppStatus | nppiBGRToCbYCr422_8u_AC4C2R_Ctx (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) | 
| 4 channel 8-bit unsigned packed BGR with alpha to 2 channel 8-bit unsigned packed CbYCr422 color conversion.  More... | |
| NppStatus | nppiBGRToCbYCr422_8u_AC4C2R (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI) | 
BGR to CbYCr422 color conversion.
| NppStatus nppiBGRToCbYCr422_8u_AC4C2R | ( | const Npp8u * | pSrc, | 
| int | nSrcStep, | ||
| Npp8u * | pDst, | ||
| int | nDstStep, | ||
| NppiSize | oSizeROI | ||
| ) | 
| NppStatus nppiBGRToCbYCr422_8u_AC4C2R_Ctx | ( | const Npp8u * | pSrc, | 
| int | nSrcStep, | ||
| Npp8u * | pDst, | ||
| int | nDstStep, | ||
| NppiSize | oSizeROI, | ||
| NppStreamContext | nppStreamCtx | ||
| ) | 
4 channel 8-bit unsigned packed BGR with alpha to 2 channel 8-bit unsigned packed CbYCr422 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). | 
| nppStreamCtx | Application Managed Stream Context. |