NVIDIA 2D Image And Signal Performance Primitives (NPP)
Version 10.2.*.*
|
Compute the indefinite integral of a given signal. More...
Functions | |
NppStatus | nppsIntegralGetBufferSize_32s (int nLength, int *hpBufferSize) |
NppStatus | nppsIntegral_32s_Ctx (const Npp32s *pSrc, Npp32s *pDst, int nLength, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx) |
NppStatus | nppsIntegral_32s (const Npp32s *pSrc, Npp32s *pDst, int nLength, Npp8u *pDeviceBuffer) |
Compute the indefinite integral of a given signal.
The i-th element is computed to be
NppStatus nppsIntegral_32s | ( | const Npp32s * | pSrc, |
Npp32s * | pDst, | ||
int | nLength, | ||
Npp8u * | pDeviceBuffer | ||
) |
NppStatus nppsIntegral_32s_Ctx | ( | const Npp32s * | pSrc, |
Npp32s * | pDst, | ||
int | nLength, | ||
Npp8u * | pDeviceBuffer, | ||
NppStreamContext | nppStreamCtx | ||
) |
NppStatus nppsIntegralGetBufferSize_32s | ( | int | nLength, |
int * | hpBufferSize | ||
) |