NVIDIA 2D Image And Signal Performance Primitives (NPP)  Version 11.2.1.*
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Functions

Cube root of each sample of a signal. More...

Functions

NppStatus nppsCubrt_32f_Ctx (const Npp32f *pSrc, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx)
 32-bit floating point signal cube root. More...
 
NppStatus nppsCubrt_32f (const Npp32f *pSrc, Npp32f *pDst, int nLength)
 
NppStatus nppsCubrt_32s16s_Sfs_Ctx (const Npp32s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
 32-bit signed integer signal cube root, scale, then clamp to 16-bit signed integer saturated value. More...
 
NppStatus nppsCubrt_32s16s_Sfs (const Npp32s *pSrc, Npp16s *pDst, int nLength, int nScaleFactor)
 

Detailed Description

Cube root of each sample of a signal.

Function Documentation

NppStatus nppsCubrt_32f ( const Npp32f pSrc,
Npp32f pDst,
int  nLength 
)
NppStatus nppsCubrt_32f_Ctx ( const Npp32f pSrc,
Npp32f pDst,
int  nLength,
NppStreamContext  nppStreamCtx 
)
NppStatus nppsCubrt_32s16s_Sfs ( const Npp32s pSrc,
Npp16s pDst,
int  nLength,
int  nScaleFactor 
)
NppStatus nppsCubrt_32s16s_Sfs_Ctx ( const Npp32s pSrc,
Npp16s pDst,
int  nLength,
int  nScaleFactor,
NppStreamContext  nppStreamCtx 
)

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.
nppStreamCtxApplication Managed Stream Context.
Returns
Signal Data Related Error Codes, Length Related Error Codes.

Copyright © 2009-2020 NVIDIA Corporation