NVIDIA 2D Image And Signal Performance Primitives (NPP)
Version 11.2.1.*
|
The set of zero initialization operations available in the library. More...
Zero | |
NppStatus | nppsZero_8u_Ctx (Npp8u *pDst, int nLength, NppStreamContext nppStreamCtx) |
8-bit unsigned char, vector zero method. More... |
|
NppStatus | nppsZero_8u (Npp8u *pDst, int nLength) |
NppStatus | nppsZero_16s_Ctx (Npp16s *pDst, int nLength, NppStreamContext nppStreamCtx) |
16-bit integer, vector zero method. More... |
|
NppStatus | nppsZero_16s (Npp16s *pDst, int nLength) |
NppStatus | nppsZero_16sc_Ctx (Npp16sc *pDst, int nLength, NppStreamContext nppStreamCtx) |
16-bit integer complex, vector zero method. More... |
|
NppStatus | nppsZero_16sc (Npp16sc *pDst, int nLength) |
NppStatus | nppsZero_32s_Ctx (Npp32s *pDst, int nLength, NppStreamContext nppStreamCtx) |
32-bit integer, vector zero method. More... |
|
NppStatus | nppsZero_32s (Npp32s *pDst, int nLength) |
NppStatus | nppsZero_32sc_Ctx (Npp32sc *pDst, int nLength, NppStreamContext nppStreamCtx) |
32-bit integer complex, vector zero method. More... |
|
NppStatus | nppsZero_32sc (Npp32sc *pDst, int nLength) |
NppStatus | nppsZero_32f_Ctx (Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx) |
32-bit float, vector zero method. More... |
|
NppStatus | nppsZero_32f (Npp32f *pDst, int nLength) |
NppStatus | nppsZero_32fc_Ctx (Npp32fc *pDst, int nLength, NppStreamContext nppStreamCtx) |
32-bit float complex, vector zero method. More... |
|
NppStatus | nppsZero_32fc (Npp32fc *pDst, int nLength) |
NppStatus | nppsZero_64s_Ctx (Npp64s *pDst, int nLength, NppStreamContext nppStreamCtx) |
64-bit long long integer, vector zero method. More... |
|
NppStatus | nppsZero_64s (Npp64s *pDst, int nLength) |
NppStatus | nppsZero_64sc_Ctx (Npp64sc *pDst, int nLength, NppStreamContext nppStreamCtx) |
64-bit long long integer complex, vector zero method. More... |
|
NppStatus | nppsZero_64sc (Npp64sc *pDst, int nLength) |
NppStatus | nppsZero_64f_Ctx (Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx) |
64-bit double, vector zero method. More... |
|
NppStatus | nppsZero_64f (Npp64f *pDst, int nLength) |
NppStatus | nppsZero_64fc_Ctx (Npp64fc *pDst, int nLength, NppStreamContext nppStreamCtx) |
64-bit double complex, vector zero method. More... |
|
NppStatus | nppsZero_64fc (Npp64fc *pDst, int nLength) |
The set of zero initialization operations available in the library.
NppStatus nppsZero_16s_Ctx | ( | Npp16s * | pDst, |
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
16-bit integer, vector zero method.
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsZero_16sc_Ctx | ( | Npp16sc * | pDst, |
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
16-bit integer complex, vector zero method.
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsZero_32f_Ctx | ( | Npp32f * | pDst, |
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
32-bit float, vector zero method.
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsZero_32fc_Ctx | ( | Npp32fc * | pDst, |
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
32-bit float complex, vector zero method.
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsZero_32s_Ctx | ( | Npp32s * | pDst, |
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
32-bit integer, vector zero method.
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsZero_32sc_Ctx | ( | Npp32sc * | pDst, |
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
32-bit integer complex, vector zero method.
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsZero_64f_Ctx | ( | Npp64f * | pDst, |
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
64-bit double, vector zero method.
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsZero_64fc_Ctx | ( | Npp64fc * | pDst, |
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
64-bit double complex, vector zero method.
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsZero_64s_Ctx | ( | Npp64s * | pDst, |
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
64-bit long long integer, vector zero method.
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsZero_64sc_Ctx | ( | Npp64sc * | pDst, |
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
64-bit long long integer complex, vector zero method.
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsZero_8u_Ctx | ( | Npp8u * | pDst, |
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
8-bit unsigned char, vector zero method.
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |