NVIDIA Performance Primitives (NPP)  Version 9.1
Functions

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...
 

Detailed Description

Cube root of each sample of a signal.

Function Documentation

NppStatus nppsCubrt_32f ( const Npp32f pSrc,
Npp32f pDst,
int  nLength 
)

32-bit floating point signal cube root.

Parameters
pSrcSource Signal Pointer.
pDstDestination Signal Pointer.
nLengthSignal Length.
Returns
Signal Data Related Error Codes, Length Related Error Codes.
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.

Parameters
pSrcSource Signal Pointer.
pDstDestination Signal Pointer.
nLengthSignal Length.
nScaleFactorInteger Result Scaling.
Returns
Signal Data Related Error Codes, Length Related Error Codes.

Copyright © 2009-2017 NVIDIA Corporation