NVIDIA Performance Primitives (NPP)  Version 9.1
Functions

BGR to YUV420 color conversion. More...

Functions

NppStatus nppiBGRToYUV420_8u_AC4P3R (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst[3], int rDstStep[3], NppiSize oSizeROI)
 4 channel 8-bit unsigned pacmed BGR with alpha to 3 channel 8-bit unsigned planar YUV420 color conversion. More...
 

Detailed Description

BGR to YUV420 color conversion.

Function Documentation

NppStatus nppiBGRToYUV420_8u_AC4P3R ( const Npp8u pSrc,
int  nSrcStep,
Npp8u pDst[3],
int  rDstStep[3],
NppiSize  oSizeROI 
)

4 channel 8-bit unsigned pacmed BGR with alpha to 3 channel 8-bit unsigned planar YUV420 color conversion.

images.

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
pDstDestination-Planar-Image Pointer Array.
rDstStepDestination-Planar-Image Line Step Array.
oSizeROIRegion-of-Interest (ROI).
Returns
Image Data Related Error Codes, ROI Related Error Codes

Copyright © 2009-2017 NVIDIA Corporation