|
NVIDIA Performance Primitives (NPP)
Version 9.1
|
Cube root of each sample of a signal. More...
Functions | |
| NppStatus | nppsCubrt_32f (const Npp32f *pSrc, Npp32f *pDst, int nLength) |
| 32-bit floating point signal cube root. More... |
|
| NppStatus | nppsCubrt_32s16s_Sfs (const Npp32s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor) |
| 32-bit signed integer signal cube root, scale, then clamp to 16-bit signed integer saturated value. More... |
|
Cube root of each sample of a signal.
32-bit floating point signal cube root.
| pSrc | Source Signal Pointer. |
| pDst | Destination Signal Pointer. |
| nLength | Signal Length. |
| NppStatus nppsCubrt_32s16s_Sfs | ( | const Npp32s * | pSrc, |
| Npp16s * | pDst, | ||
| int | nLength, | ||
| int | nScaleFactor | ||
| ) |
32-bit signed integer signal cube root, scale, then clamp to 16-bit signed integer saturated value.
| pSrc | Source Signal Pointer. |
| pDst | Destination Signal Pointer. |
| nLength | Signal Length. |
| nScaleFactor | Integer Result Scaling. |