NVIDIA Performance Primitives (NPP)
Version 10.0
|
Adds product of a constant and each sample of a source signal to the each sample of destination signal. More...
Functions | |
NppStatus | nppsAddProductC_32f (const Npp32f *pSrc, Npp32f nValue, Npp32f *pDst, int nLength) |
32-bit floating point signal add product of signal times constant to destination signal. More... |
|
Adds product of a constant and each sample of a source signal to the each sample of destination signal.
32-bit floating point signal add product of signal times constant to destination signal.
pSrc | Source Signal Pointer. |
nValue | Constant value to be multiplied by each vector element |
pDst | Destination Signal Pointer. |
nLength | Signal Length. |