48 #ifndef NV_NPPS_INITIALIZATION_H
49 #define NV_NPPS_INITIALIZATION_H
NppStatus nppsSet_16s(Npp16s nValue, Npp16s *pDst, int nLength)
16-bit signed integer, vector set method.
NppStatus nppsSet_32sc(Npp32sc nValue, Npp32sc *pDst, int nLength)
32-bit integer complex, vector set method.
unsigned char Npp8u
8-bit unsigned chars
Definition: nppdefs.h:278
NppStatus nppsZero_32s(Npp32s *pDst, int nLength)
32-bit integer, vector zero method.
Complex Number This struct represents an unsigned int complex number.
Definition: nppdefs.h:324
NppStatus nppsZero_32sc(Npp32sc *pDst, int nLength)
32-bit integer complex, vector zero method.
NppStatus nppsZero_32f(Npp32f *pDst, int nLength)
32-bit float, vector zero method.
NppStatus
Error Status Codes.
Definition: nppdefs.h:152
NppStatus nppsZero_64fc(Npp64fc *pDst, int nLength)
64-bit double complex, vector zero method.
Complex Number This struct represents a long long complex number.
Definition: nppdefs.h:354
NppStatus nppsZero_64f(Npp64f *pDst, int nLength)
64-bit double, vector zero method.
NppStatus nppsZero_16s(Npp16s *pDst, int nLength)
16-bit integer, vector zero method.
NppStatus nppsCopy_64sc(const Npp64sc *pSrc, Npp64sc *pDst, int nLength)
64-bit complex signed integer, vector copy method.
NppStatus nppsSet_16u(Npp16u nValue, Npp16u *pDst, int nLength)
16-bit unsigned integer, vector set method.
NppStatus nppsZero_16sc(Npp16sc *pDst, int nLength)
16-bit integer complex, vector zero method.
NppStatus nppsCopy_32fc(const Npp32fc *pSrc, Npp32fc *pDst, int nLength)
32-bit complex float, vector copy method.
NppStatus nppsSet_64sc(Npp64sc nValue, Npp64sc *pDst, int nLength)
64-bit long long integer complex, vector set method.
NppStatus nppsCopy_16s(const Npp16s *pSrc, Npp16s *pDst, int nLength)
16-bit signed short, vector copy method.
NppStatus nppsCopy_32sc(const Npp32sc *pSrc, Npp32sc *pDst, int nLength)
32-bit complex signed integer, vector copy method.
NppStatus nppsSet_8u(Npp8u nValue, Npp8u *pDst, int nLength)
8-bit unsigned char, vector set method.
long long Npp64s
64-bit signed integers
Definition: nppdefs.h:285
NppStatus nppsCopy_8u(const Npp8u *pSrc, Npp8u *pDst, int nLength)
8-bit unsigned char, vector copy method
int Npp32s
32-bit signed integers
Definition: nppdefs.h:283
NppStatus nppsZero_64sc(Npp64sc *pDst, int nLength)
64-bit long long integer complex, vector zero method.
NppStatus nppsSet_32fc(Npp32fc nValue, Npp32fc *pDst, int nLength)
32-bit float complex, vector set method.
Npp16sc
Definition: nppdefs.h:318
NppStatus nppsSet_32s(Npp32s nValue, Npp32s *pDst, int nLength)
32-bit signed integer, vector set method.
unsigned short Npp16u
16-bit unsigned integers
Definition: nppdefs.h:280
NppStatus nppsZero_64s(Npp64s *pDst, int nLength)
64-bit long long integer, vector zero method.
NppStatus nppsCopy_32s(const Npp32s *pSrc, Npp32s *pDst, int nLength)
32-bit signed integer, vector copy method.
NppStatus nppsCopy_32f(const Npp32f *pSrc, Npp32f *pDst, int nLength)
32-bit float, vector copy method.
NppStatus nppsZero_32fc(Npp32fc *pDst, int nLength)
32-bit float complex, vector zero method.
NppStatus nppsSet_32u(Npp32u nValue, Npp32u *pDst, int nLength)
32-bit unsigned integer, vector set method.
short Npp16s
16-bit signed integers
Definition: nppdefs.h:281
unsigned int Npp32u
32-bit unsigned integers
Definition: nppdefs.h:282
signed char Npp8s
8-bit signed chars
Definition: nppdefs.h:279
double Npp64f
64-bit floating-point numbers
Definition: nppdefs.h:287
NppStatus nppsSet_64fc(Npp64fc nValue, Npp64fc *pDst, int nLength)
64-bit double complex, vector set method.
NppStatus nppsSet_64s(Npp64s nValue, Npp64s *pDst, int nLength)
64-bit long long integer, vector set method.
float Npp32f
32-bit (IEEE) floating-point numbers
Definition: nppdefs.h:286
NppStatus nppsZero_8u(Npp8u *pDst, int nLength)
8-bit unsigned char, vector zero method.
NppStatus nppsSet_16sc(Npp16sc nValue, Npp16sc *pDst, int nLength)
16-bit integer complex, vector set method.
NppStatus nppsCopy_16sc(const Npp16sc *pSrc, Npp16sc *pDst, int nLength)
16-bit complex short, vector copy method.
NppStatus nppsSet_64f(Npp64f nValue, Npp64f *pDst, int nLength)
64-bit double, vector set method.
NppStatus nppsSet_8s(Npp8s nValue, Npp8s *pDst, int nLength)
8-bit signed char, vector set method.
NppStatus nppsSet_32f(Npp32f nValue, Npp32f *pDst, int nLength)
32-bit float, vector set method.
NppStatus nppsCopy_64fc(const Npp64fc *pSrc, Npp64fc *pDst, int nLength)
64-bit complex double, vector copy method.
NppStatus nppsCopy_64s(const Npp64s *pSrc, Npp64s *pDst, int nLength)
64-bit signed integer, vector copy method.