NVIDIA Performance Primitives (NPP)  Version 9.1
Functions

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

Detailed Description

Ten times the decimal logarithm of each sample of a signal.

Function Documentation

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.

Parameters
pSrcDstIn-Place Signal Pointer.
nLengthSignal Length.
nScaleFactorInteger Result Scaling.
Returns
Signal Data Related Error Codes, Length Related Error Codes.
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.

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