NVIDIA Performance Primitives (NPP)  Version 10.0
Functions

Bitwise XOR of a constant and each sample of a signal. More...

Functions

NppStatus  nppsXorC_8u (const Npp8u *pSrc, Npp8u nValue, Npp8u *pDst, int nLength)
  8-bit unsigned char signal exclusive or with constant. More...
 
NppStatus  nppsXorC_16u (const Npp16u *pSrc, Npp16u nValue, Npp16u *pDst, int nLength)
  16-bit unsigned short signal exclusive or with constant. More...
 
NppStatus  nppsXorC_32u (const Npp32u *pSrc, Npp32u nValue, Npp32u *pDst, int nLength)
  32-bit unsigned integer signal exclusive or with constant. More...
 
NppStatus  nppsXorC_8u_I (Npp8u nValue, Npp8u *pSrcDst, int nLength)
  8-bit unsigned char in place signal exclusive or with constant. More...
 
NppStatus  nppsXorC_16u_I (Npp16u nValue, Npp16u *pSrcDst, int nLength)
  16-bit unsigned short in place signal exclusive or with constant. More...
 
NppStatus  nppsXorC_32u_I (Npp32u nValue, Npp32u *pSrcDst, int nLength)
  32-bit unsigned signed integer in place signal exclusive or with constant. More...
 

Detailed Description

Bitwise XOR of a constant and each sample of a signal.

Function Documentation

NppStatus nppsXorC_16u ( const Npp16u pSrc,
Npp16u  nValue,
Npp16u pDst,
int  nLength 
)

16-bit unsigned short signal exclusive or with constant.

Parameters
pSrc Source Signal Pointer.
nValue Constant value to be exclusive ored with each vector element
pDst Destination Signal Pointer.
nLength Signal Length.
Returns
Signal Data Related Error Codes, Length Related Error Codes.
NppStatus nppsXorC_16u_I ( Npp16u  nValue,
Npp16u pSrcDst,
int  nLength 
)

16-bit unsigned short in place signal exclusive or with constant.

Parameters
pSrcDst In-Place Signal Pointer.
nValue Constant value to be exclusive ored with each vector element
nLength Signal Length.
Returns
Signal Data Related Error Codes, Length Related Error Codes.
NppStatus nppsXorC_32u ( const Npp32u pSrc,
Npp32u  nValue,
Npp32u pDst,
int  nLength 
)

32-bit unsigned integer signal exclusive or with constant.

Parameters
pSrc Source Signal Pointer.
nValue Constant value to be exclusive ored with each vector element
pDst Destination Signal Pointer.
nLength Signal Length.
Returns
Signal Data Related Error Codes, Length Related Error Codes.
NppStatus nppsXorC_32u_I ( Npp32u  nValue,
Npp32u pSrcDst,
int  nLength 
)

32-bit unsigned signed integer in place signal exclusive or with constant.

Parameters
pSrcDst In-Place Signal Pointer.
nValue Constant value to be exclusive ored with each vector element
nLength Signal Length.
Returns
Signal Data Related Error Codes, Length Related Error Codes.
NppStatus nppsXorC_8u ( const Npp8u pSrc,
Npp8u  nValue,
Npp8u pDst,
int  nLength 
)

8-bit unsigned char signal exclusive or with constant.

Parameters
pSrc Source Signal Pointer.
nValue Constant value to be exclusive ored with each vector element
pDst Destination Signal Pointer.
nLength Signal Length.
Returns
Signal Data Related Error Codes, Length Related Error Codes.
NppStatus nppsXorC_8u_I ( Npp8u  nValue,
Npp8u pSrcDst,
int  nLength 
)

8-bit unsigned char in place signal exclusive or with constant.

Parameters
pSrcDst In-Place Signal Pointer.
nValue Constant value to be exclusive ored with each vector element
nLength Signal Length.
Returns
Signal Data Related Error Codes, Length Related Error Codes.