NVIDIA 2D Image And Signal Performance Primitives (NPP)
Version 11.4.0.*
|
Premultiplies image pixels by image alpha opacity values. More...
Functions | |
NppStatus | nppiAlphaPremul_8u_AC4R_Ctx (const Npp8u *pSrc1, int nSrc1Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) |
Four 8-bit unsigned char channel image premultiplication with pixel alpha (0 - max channel pixel value). More... |
|
NppStatus | nppiAlphaPremul_8u_AC4R (const Npp8u *pSrc1, int nSrc1Step, Npp8u *pDst, int nDstStep, NppiSize oSizeROI) |
NppStatus | nppiAlphaPremul_8u_AC4IR_Ctx (Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) |
Four 8-bit unsigned char channel in place image premultiplication with pixel alpha (0 - max channel pixel value). More... |
|
NppStatus | nppiAlphaPremul_8u_AC4IR (Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) |
NppStatus | nppiAlphaPremul_16u_AC4R_Ctx (const Npp16u *pSrc1, int nSrc1Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) |
Four 16-bit unsigned short channel image premultiplication with pixel alpha (0 - max channel pixel value). More... |
|
NppStatus | nppiAlphaPremul_16u_AC4R (const Npp16u *pSrc1, int nSrc1Step, Npp16u *pDst, int nDstStep, NppiSize oSizeROI) |
NppStatus | nppiAlphaPremul_16u_AC4IR_Ctx (Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) |
Four 16-bit unsigned short channel in place image premultiplication with pixel alpha (0 - max channel pixel value). More... |
|
NppStatus | nppiAlphaPremul_16u_AC4IR (Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) |
Premultiplies image pixels by image alpha opacity values.
NppStatus nppiAlphaPremul_16u_AC4IR_Ctx | ( | Npp16u * | pSrcDst, |
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four 16-bit unsigned short channel in place image premultiplication with pixel alpha (0 - max channel pixel value).
pSrcDst | In-Place Image Pointer. |
nSrcDstStep | In-Place-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppiAlphaPremul_16u_AC4R | ( | const Npp16u * | pSrc1, |
int | nSrc1Step, | ||
Npp16u * | pDst, | ||
int | nDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiAlphaPremul_16u_AC4R_Ctx | ( | const Npp16u * | pSrc1, |
int | nSrc1Step, | ||
Npp16u * | pDst, | ||
int | nDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four 16-bit unsigned short channel image premultiplication with pixel alpha (0 - max channel pixel value).
pSrc1 | Source-Image Pointer. |
nSrc1Step | Source-Image Line Step. |
pDst | Destination-Image Pointer. |
nDstStep | Destination-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppiAlphaPremul_8u_AC4IR_Ctx | ( | Npp8u * | pSrcDst, |
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four 8-bit unsigned char channel in place image premultiplication with pixel alpha (0 - max channel pixel value).
pSrcDst | In-Place Image Pointer. |
nSrcDstStep | In-Place-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppiAlphaPremul_8u_AC4R | ( | const Npp8u * | pSrc1, |
int | nSrc1Step, | ||
Npp8u * | pDst, | ||
int | nDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiAlphaPremul_8u_AC4R_Ctx | ( | const Npp8u * | pSrc1, |
int | nSrc1Step, | ||
Npp8u * | pDst, | ||
int | nDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four 8-bit unsigned char channel image premultiplication with pixel alpha (0 - max channel pixel value).
pSrc1 | Source-Image Pointer. |
nSrc1Step | Source-Image Line Step. |
pDst | Destination-Image Pointer. |
nDstStep | Destination-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
nppStreamCtx | Application Managed Stream Context. |