NVIDIA Performance Primitives (NPP)
Version 10.0
|
Bitwise NOT of each sample of a signal. More...
Functions | |
NppStatus | nppsNot_8u (const Npp8u *pSrc, Npp8u *pDst, int nLength) |
8-bit unsigned char not signal. More... |
|
NppStatus | nppsNot_16u (const Npp16u *pSrc, Npp16u *pDst, int nLength) |
16-bit unsigned short not signal. More... |
|
NppStatus | nppsNot_32u (const Npp32u *pSrc, Npp32u *pDst, int nLength) |
32-bit unsigned integer not signal. More... |
|
NppStatus | nppsNot_8u_I (Npp8u *pSrcDst, int nLength) |
8-bit unsigned char in place not signal. More... |
|
NppStatus | nppsNot_16u_I (Npp16u *pSrcDst, int nLength) |
16-bit unsigned short in place not signal. More... |
|
NppStatus | nppsNot_32u_I (Npp32u *pSrcDst, int nLength) |
32-bit unsigned signed integer in place not signal. More... |
|
Bitwise NOT of each sample of a signal.
16-bit unsigned short not signal.
pSrc | Source Signal Pointer. |
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
16-bit unsigned short in place not signal.
pSrcDst | In-Place Signal Pointer. |
nLength | Signal Length. |
32-bit unsigned integer not signal.
pSrc | Source Signal Pointer. |
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
32-bit unsigned signed integer in place not signal.
pSrcDst | In-Place Signal Pointer. |
nLength | Signal Length. |
8-bit unsigned char not signal.
pSrc | Source Signal Pointer. |
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
8-bit unsigned char in place not signal.
pSrcDst | In-Place Signal Pointer. |
nLength | Signal Length. |