NVIDIA 2D Image And Signal Performance Primitives (NPP)
Version 11.1.0.*
|
Sample by sample bitwise OR of the samples from two signals. More...
Functions | |
NppStatus | nppsOr_8u_Ctx (const Npp8u *pSrc1, const Npp8u *pSrc2, Npp8u *pDst, int nLength, NppStreamContext nppStreamCtx) |
8-bit unsigned char signal or with signal. More... |
|
NppStatus | nppsOr_8u (const Npp8u *pSrc1, const Npp8u *pSrc2, Npp8u *pDst, int nLength) |
NppStatus | nppsOr_16u_Ctx (const Npp16u *pSrc1, const Npp16u *pSrc2, Npp16u *pDst, int nLength, NppStreamContext nppStreamCtx) |
16-bit unsigned short signal or with signal. More... |
|
NppStatus | nppsOr_16u (const Npp16u *pSrc1, const Npp16u *pSrc2, Npp16u *pDst, int nLength) |
NppStatus | nppsOr_32u_Ctx (const Npp32u *pSrc1, const Npp32u *pSrc2, Npp32u *pDst, int nLength, NppStreamContext nppStreamCtx) |
32-bit unsigned integer signal or with signal. More... |
|
NppStatus | nppsOr_32u (const Npp32u *pSrc1, const Npp32u *pSrc2, Npp32u *pDst, int nLength) |
NppStatus | nppsOr_8u_I_Ctx (const Npp8u *pSrc, Npp8u *pSrcDst, int nLength, NppStreamContext nppStreamCtx) |
8-bit unsigned char in place signal or with signal. More... |
|
NppStatus | nppsOr_8u_I (const Npp8u *pSrc, Npp8u *pSrcDst, int nLength) |
NppStatus | nppsOr_16u_I_Ctx (const Npp16u *pSrc, Npp16u *pSrcDst, int nLength, NppStreamContext nppStreamCtx) |
16-bit unsigned short in place signal or with signal. More... |
|
NppStatus | nppsOr_16u_I (const Npp16u *pSrc, Npp16u *pSrcDst, int nLength) |
NppStatus | nppsOr_32u_I_Ctx (const Npp32u *pSrc, Npp32u *pSrcDst, int nLength, NppStreamContext nppStreamCtx) |
32-bit unsigned integer in place signal or with signal. More... |
|
NppStatus | nppsOr_32u_I (const Npp32u *pSrc, Npp32u *pSrcDst, int nLength) |
Sample by sample bitwise OR of the samples from two signals.
NppStatus nppsOr_16u_Ctx | ( | const Npp16u * | pSrc1, |
const Npp16u * | pSrc2, | ||
Npp16u * | pDst, | ||
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
16-bit unsigned short signal or with signal.
pSrc1 | Source Signal Pointer. |
pSrc2 | Source Signal Pointer. signal2 elements to be ored with signal1 elements |
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsOr_16u_I_Ctx | ( | const Npp16u * | pSrc, |
Npp16u * | pSrcDst, | ||
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
16-bit unsigned short in place signal or with signal.
pSrc | Source Signal Pointer. |
pSrcDst | In-Place Signal Pointer. signal2 elements to be ored with signal1 elements |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsOr_32u_Ctx | ( | const Npp32u * | pSrc1, |
const Npp32u * | pSrc2, | ||
Npp32u * | pDst, | ||
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
32-bit unsigned integer signal or with signal.
pSrc1 | Source Signal Pointer. |
pSrc2 | Source Signal Pointer. signal2 elements to be ored with signal1 elements |
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsOr_32u_I_Ctx | ( | const Npp32u * | pSrc, |
Npp32u * | pSrcDst, | ||
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
32-bit unsigned integer in place signal or with signal.
pSrc | Source Signal Pointer. |
pSrcDst | In-Place Signal Pointer. signal2 elements to be ored with signal1 elements |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsOr_8u_Ctx | ( | const Npp8u * | pSrc1, |
const Npp8u * | pSrc2, | ||
Npp8u * | pDst, | ||
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
8-bit unsigned char signal or with signal.
pSrc1 | Source Signal Pointer. |
pSrc2 | Source Signal Pointer. signal2 elements to be ored with signal1 elements |
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsOr_8u_I_Ctx | ( | const Npp8u * | pSrc, |
Npp8u * | pSrcDst, | ||
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
8-bit unsigned char in place signal or with signal.
pSrc | Source Signal Pointer. |
pSrcDst | In-Place Signal Pointer. signal2 elements to be ored with signal1 elements |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |