| NVIDIA 2D Image And Signal Performance Primitives (NPP)
    Version 11.7.1.*
    | 
CbYCr422 to RGB color conversion. More...
| Functions | |
| NppStatus | nppiCbYCr422ToRGB_8u_C2C3R_Ctx (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) | 
| 2 channel 8-bit unsigned packed CbYCrC22 to 3 channel 8-bit unsigned packed RGB color conversion.  More... | |
| NppStatus | nppiCbYCr422ToRGB_8u_C2C3R (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI) | 
CbYCr422 to RGB color conversion.
| NppStatus nppiCbYCr422ToRGB_8u_C2C3R | ( | const Npp8u * | pSrc, | 
| int | nSrcStep, | ||
| Npp8u * | pDst, | ||
| int | nDstStep, | ||
| NppiSize | oSizeROI | ||
| ) | 
| NppStatus nppiCbYCr422ToRGB_8u_C2C3R_Ctx | ( | const Npp8u * | pSrc, | 
| int | nSrcStep, | ||
| Npp8u * | pDst, | ||
| int | nDstStep, | ||
| NppiSize | oSizeROI, | ||
| NppStreamContext | nppStreamCtx | ||
| ) | 
2 channel 8-bit unsigned packed CbYCrC22 to 3 channel 8-bit unsigned packed RGB 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. |