NVIDIA Performance Primitives (NPP)
Version 10.0
|
Ten times the decimal logarithm of each sample of a signal. More...
Functions | |
NppStatus | npps10Log10_32s_Sfs (const Npp32s *pSrc, Npp32s *pDst, int nLength, int nScaleFactor) |
32-bit signed integer signal 10 times base 10 logarithm, scale, then clamp to saturated value. More... |
|
NppStatus | npps10Log10_32s_ISfs (Npp32s *pSrcDst, int nLength, int nScaleFactor) |
32-bit signed integer signal 10 times base 10 logarithm, scale, then clamp to saturated value. More... |
|
Ten times the decimal logarithm of each sample of a signal.
32-bit signed integer signal 10 times base 10 logarithm, scale, then clamp to saturated value.
pSrcDst | In-Place Signal Pointer. |
nLength | Signal Length. |
nScaleFactor | Integer Result Scaling. |
32-bit signed integer signal 10 times base 10 logarithm, scale, then clamp to saturated value.
pSrc | Source Signal Pointer. |
pDst | Destination Signal Pointer. |
nLength | Signal Length. |
nScaleFactor | Integer Result Scaling. |