NVIDIA 2D Image And Signal Performance Primitives (NPP)
Version 11.4.0.*
|
The set of set initialization operations available in the library. More...
Set | |
Set methods for 1D vectors of various types. The copy methods operate on vector data given as a pointer to the underlying data-type (e.g. 8-bit vectors would be passed as pointers to Npp8u type) and length of the vectors, i.e. the number of items. | |
NppStatus | nppsSet_8u_Ctx (Npp8u nValue, Npp8u *pDst, int nLength, NppStreamContext nppStreamCtx) |
8-bit unsigned char, vector set method. More... |
|
NppStatus | nppsSet_8u (Npp8u nValue, Npp8u *pDst, int nLength) |
NppStatus | nppsSet_8s_Ctx (Npp8s nValue, Npp8s *pDst, int nLength, NppStreamContext nppStreamCtx) |
8-bit signed char, vector set method. More... |
|
NppStatus | nppsSet_8s (Npp8s nValue, Npp8s *pDst, int nLength) |
NppStatus | nppsSet_16u_Ctx (Npp16u nValue, Npp16u *pDst, int nLength, NppStreamContext nppStreamCtx) |
16-bit unsigned integer, vector set method. More... |
|
NppStatus | nppsSet_16u (Npp16u nValue, Npp16u *pDst, int nLength) |
NppStatus | nppsSet_16s_Ctx (Npp16s nValue, Npp16s *pDst, int nLength, NppStreamContext nppStreamCtx) |
16-bit signed integer, vector set method. More... |
|
NppStatus | nppsSet_16s (Npp16s nValue, Npp16s *pDst, int nLength) |
NppStatus | nppsSet_16sc_Ctx (Npp16sc nValue, Npp16sc *pDst, int nLength, NppStreamContext nppStreamCtx) |
16-bit integer complex, vector set method. More... |
|
NppStatus | nppsSet_16sc (Npp16sc nValue, Npp16sc *pDst, int nLength) |
NppStatus | nppsSet_32u_Ctx (Npp32u nValue, Npp32u *pDst, int nLength, NppStreamContext nppStreamCtx) |
32-bit unsigned integer, vector set method. More... |
|
NppStatus | nppsSet_32u (Npp32u nValue, Npp32u *pDst, int nLength) |
NppStatus | nppsSet_32s_Ctx (Npp32s nValue, Npp32s *pDst, int nLength, NppStreamContext nppStreamCtx) |
32-bit signed integer, vector set method. More... |
|
NppStatus | nppsSet_32s (Npp32s nValue, Npp32s *pDst, int nLength) |
NppStatus | nppsSet_32sc_Ctx (Npp32sc nValue, Npp32sc *pDst, int nLength, NppStreamContext nppStreamCtx) |
32-bit integer complex, vector set method. More... |
|
NppStatus | nppsSet_32sc (Npp32sc nValue, Npp32sc *pDst, int nLength) |
NppStatus | nppsSet_32f_Ctx (Npp32f nValue, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx) |
32-bit float, vector set method. More... |
|
NppStatus | nppsSet_32f (Npp32f nValue, Npp32f *pDst, int nLength) |
NppStatus | nppsSet_32fc_Ctx (Npp32fc nValue, Npp32fc *pDst, int nLength, NppStreamContext nppStreamCtx) |
32-bit float complex, vector set method. More... |
|
NppStatus | nppsSet_32fc (Npp32fc nValue, Npp32fc *pDst, int nLength) |
NppStatus | nppsSet_64s_Ctx (Npp64s nValue, Npp64s *pDst, int nLength, NppStreamContext nppStreamCtx) |
64-bit long long integer, vector set method. More... |
|
NppStatus | nppsSet_64s (Npp64s nValue, Npp64s *pDst, int nLength) |
NppStatus | nppsSet_64sc_Ctx (Npp64sc nValue, Npp64sc *pDst, int nLength, NppStreamContext nppStreamCtx) |
64-bit long long integer complex, vector set method. More... |
|
NppStatus | nppsSet_64sc (Npp64sc nValue, Npp64sc *pDst, int nLength) |
NppStatus | nppsSet_64f_Ctx (Npp64f nValue, Npp64f *pDst, int nLength, NppStreamContext nppStreamCtx) |
64-bit double, vector set method. More... |
|
NppStatus | nppsSet_64f (Npp64f nValue, Npp64f *pDst, int nLength) |
NppStatus | nppsSet_64fc_Ctx (Npp64fc nValue, Npp64fc *pDst, int nLength, NppStreamContext nppStreamCtx) |
64-bit double complex, vector set method. More... |
|
NppStatus | nppsSet_64fc (Npp64fc nValue, Npp64fc *pDst, int nLength) |
The set of set initialization operations available in the library.
NppStatus nppsSet_16s_Ctx | ( | Npp16s | nValue, |
Npp16s * | pDst, | ||
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
16-bit signed integer, vector set method.
nValue | Value used to initialize the vector pDst. |
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsSet_16sc_Ctx | ( | Npp16sc | nValue, |
Npp16sc * | pDst, | ||
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
16-bit integer complex, vector set method.
nValue | Value used to initialize the vector pDst. |
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsSet_16u_Ctx | ( | Npp16u | nValue, |
Npp16u * | pDst, | ||
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
16-bit unsigned integer, vector set method.
nValue | Value used to initialize the vector pDst. |
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsSet_32f_Ctx | ( | Npp32f | nValue, |
Npp32f * | pDst, | ||
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
32-bit float, vector set method.
nValue | Value used to initialize the vector pDst. |
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsSet_32fc_Ctx | ( | Npp32fc | nValue, |
Npp32fc * | pDst, | ||
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
32-bit float complex, vector set method.
nValue | Value used to initialize the vector pDst. |
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsSet_32s_Ctx | ( | Npp32s | nValue, |
Npp32s * | pDst, | ||
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
32-bit signed integer, vector set method.
nValue | Value used to initialize the vector pDst. |
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsSet_32sc_Ctx | ( | Npp32sc | nValue, |
Npp32sc * | pDst, | ||
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
32-bit integer complex, vector set method.
nValue | Value used to initialize the vector pDst. |
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsSet_32u_Ctx | ( | Npp32u | nValue, |
Npp32u * | pDst, | ||
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
32-bit unsigned integer, vector set method.
nValue | Value used to initialize the vector pDst. |
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsSet_64f_Ctx | ( | Npp64f | nValue, |
Npp64f * | pDst, | ||
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
64-bit double, vector set method.
nValue | Value used to initialize the vector pDst. |
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsSet_64fc_Ctx | ( | Npp64fc | nValue, |
Npp64fc * | pDst, | ||
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
64-bit double complex, vector set method.
nValue | Value used to initialize the vector pDst. |
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsSet_64s_Ctx | ( | Npp64s | nValue, |
Npp64s * | pDst, | ||
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
64-bit long long integer, vector set method.
nValue | Value used to initialize the vector pDst. |
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsSet_64sc_Ctx | ( | Npp64sc | nValue, |
Npp64sc * | pDst, | ||
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
64-bit long long integer complex, vector set method.
nValue | Value used to initialize the vector pDst. |
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsSet_8s_Ctx | ( | Npp8s | nValue, |
Npp8s * | pDst, | ||
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
8-bit signed char, vector set method.
nValue | Value used to initialize the vector pDst. |
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppsSet_8u_Ctx | ( | Npp8u | nValue, |
Npp8u * | pDst, | ||
int | nLength, | ||
NppStreamContext | nppStreamCtx | ||
) |
8-bit unsigned char, vector set method.
nValue | Value used to initialize the vector pDst. |
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nppStreamCtx | Application Managed Stream Context. |