Uses of Interface
jcuda.jnpp.types.Npp64s

Packages that use Npp64s
jcuda.jnpp Contains the classes of JNpp. 
 

Uses of Npp64s in jcuda.jnpp
 

Methods in jcuda.jnpp that return types with arguments of type Npp64s
static TypedPointer<Npp64s> JNpps.nppsMalloc_64s(int nSize)
           64-bit long integer signal allocator.
static TypedPointer<Npp64s> JNpps.nppsMalloc_64sc(int nSize)
           64-bit complex long integer signal allocator.
static TypedPointer<Npp64s> TypedPointer.to64s(long[] array)
          Creates a new typed pointer to the given array
 

Method parameters in jcuda.jnpp with type arguments of type Npp64s
static int JNppi.nppiSum_8u64s_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64s> pSum)
           
static int JNpps.nppsAdd_64s_Sfs(TypedPointer<Npp64s> pSrc1, TypedPointer<Npp64s> pSrc2, TypedPointer<Npp64s> pDst, int nLength, int nScaleFactor)
           64-bit signed integer add signal, scale, then clamp to saturated value.
static int JNpps.nppsAdd_64s_Sfs(TypedPointer<Npp64s> pSrc1, TypedPointer<Npp64s> pSrc2, TypedPointer<Npp64s> pDst, int nLength, int nScaleFactor)
           64-bit signed integer add signal, scale, then clamp to saturated value.
static int JNpps.nppsAdd_64s_Sfs(TypedPointer<Npp64s> pSrc1, TypedPointer<Npp64s> pSrc2, TypedPointer<Npp64s> pDst, int nLength, int nScaleFactor)
           64-bit signed integer add signal, scale, then clamp to saturated value.
static int JNpps.nppsConvert_64f64s_Sfs(TypedPointer<Npp64f> pSrc, TypedPointer<Npp64s> pDst, int nLength, int eRoundMode, int nScaleFactor)
           
static int JNpps.nppsConvert_64s32s_Sfs(TypedPointer<Npp64s> pSrc, TypedPointer<Npp32s> pDst, int nLength, int eRoundMode, int nScaleFactor)
           
static int JNpps.nppsConvert_64s64f(TypedPointer<Npp64s> pSrc, TypedPointer<Npp64f> pDst, int nLength)
           
static int JNpps.nppsCopy_64s(TypedPointer<Npp64s> pSrc, TypedPointer<Npp64s> pDst, int nLength)
           64-bit signed integer, vector copy method.
static int JNpps.nppsCopy_64s(TypedPointer<Npp64s> pSrc, TypedPointer<Npp64s> pDst, int nLength)
           64-bit signed integer, vector copy method.
static int JNpps.nppsCopy_64sc(TypedPointer<Npp64s> pSrc, TypedPointer<Npp64s> pDst, int nLength)
           64-bit complex signed integer, vector copy method.
static int JNpps.nppsCopy_64sc(TypedPointer<Npp64s> pSrc, TypedPointer<Npp64s> pDst, int nLength)
           64-bit complex signed integer, vector copy method.
static int JNpps.nppsDotProd_16s16sc64sc(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp64s> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer and 16-bit signed short integer short dot product method, return value is 64-bit signed integer complex.
static int JNpps.nppsDotProd_16s64s(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp64s> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer dot product method, return value is 64-bit signed integer.
static int JNpps.nppsDotProd_16sc64sc(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp64s> pDp, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer complex dot product method, return value is 64-bit signed integer complex.
static int JNpps.nppsExp_64s_ISfs(TypedPointer<Npp64s> pSrcDst, int nLength, int nScaleFactor)
           64-bit signed integer signal exponent, scale, then clamp to saturated value.
static int JNpps.nppsExp_64s_Sfs(TypedPointer<Npp64s> pSrc, TypedPointer<Npp64s> pDst, int nLength, int nScaleFactor)
           64-bit signed integer signal exponent, scale, then clamp to saturated value.
static int JNpps.nppsExp_64s_Sfs(TypedPointer<Npp64s> pSrc, TypedPointer<Npp64s> pDst, int nLength, int nScaleFactor)
           64-bit signed integer signal exponent, scale, then clamp to saturated value.
static int JNpps.nppsMulC_64f64s_ISfs(double nValue, TypedPointer<Npp64s> pDst, int nLength, int nScaleFactor)
           64-bit floating point signal times constant with in place conversion to 64-bit signed integer and with scaling and saturation of output result.
static int JNpps.nppsNorm_L1_16s64s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp64s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer vector L1 norm method, return value is 64-bit signed integer.
static int JNpps.nppsNorm_L2Sqr_16s64s_Sfs(TypedPointer<Npp16s> pSrc, int nLength, TypedPointer<Npp64s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer vector L2 Square norm method, return value is 64-bit signed integer.
static int JNpps.nppsNormDiff_L1_16s64s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp64s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer L1 norm method on two vectors' difference, return value is 64-bit signed integer.
static int JNpps.nppsNormDiff_L2Sqr_16s64s_Sfs(TypedPointer<Npp16s> pSrc1, TypedPointer<Npp16s> pSrc2, int nLength, TypedPointer<Npp64s> pNorm, int nScaleFactor, TypedPointer<Npp8u> pDeviceBuffer)
           16-bit signed short integer L2 Square norm method on two vectors' difference, return value is 64-bit signed integer.
static int JNpps.nppsSet_64s(long nValue, TypedPointer<Npp64s> pDst, int nLength)
           64-bit long long integer, vector set method.
static int JNpps.nppsSet_64sc(Npp64sc nValue, TypedPointer<Npp64s> pDst, int nLength)
           64-bit long long integer complex, vector set method.
static int JNpps.nppsSqrt_64s_ISfs(TypedPointer<Npp64s> pSrcDst, int nLength, int nScaleFactor)
           64-bit signed integer signal square root, scale, then clamp to saturated value.
static int JNpps.nppsSqrt_64s_Sfs(TypedPointer<Npp64s> pSrc, TypedPointer<Npp64s> pDst, int nLength, int nScaleFactor)
           64-bit signed integer signal square root, scale, then clamp to saturated value.
static int JNpps.nppsSqrt_64s_Sfs(TypedPointer<Npp64s> pSrc, TypedPointer<Npp64s> pDst, int nLength, int nScaleFactor)
           64-bit signed integer signal square root, scale, then clamp to saturated value.
static int JNpps.nppsSqrt_64s16s_Sfs(TypedPointer<Npp64s> pSrc, TypedPointer<Npp16s> pDst, int nLength, int nScaleFactor)
           64-bit signed integer signal square root, scale, then clamp to 16-bit signed integer saturated value.
static int JNpps.nppsZero_64s(TypedPointer<Npp64s> pDst, int nLength)
           64-bit long long integer, vector zero method.
static int JNpps.nppsZero_64sc(TypedPointer<Npp64s> pDst, int nLength)