NVIDIA Performance Primitives (NPP)  Version 9.1
Functions

Sample by sample bitwise XOR of the samples from two signals. More...

Functions

NppStatus nppsXor_8u (const Npp8u *pSrc1, const Npp8u *pSrc2, Npp8u *pDst, int nLength)
 8-bit unsigned char signal exclusive or with signal. More...
 
NppStatus nppsXor_16u (const Npp16u *pSrc1, const Npp16u *pSrc2, Npp16u *pDst, int nLength)
 16-bit unsigned short signal exclusive or with signal. More...
 
NppStatus nppsXor_32u (const Npp32u *pSrc1, const Npp32u *pSrc2, Npp32u *pDst, int nLength)
 32-bit unsigned integer signal exclusive or with signal. More...
 
NppStatus nppsXor_8u_I (const Npp8u *pSrc, Npp8u *pSrcDst, int nLength)
 8-bit unsigned char in place signal exclusive or with signal. More...
 
NppStatus nppsXor_16u_I (const Npp16u *pSrc, Npp16u *pSrcDst, int nLength)
 16-bit unsigned short in place signal exclusive or with signal. More...
 
NppStatus nppsXor_32u_I (const Npp32u *pSrc, Npp32u *pSrcDst, int nLength)
 32-bit unsigned integer in place signal exclusive or with signal. More...
 

Detailed Description

Sample by sample bitwise XOR of the samples from two signals.

Function Documentation

NppStatus nppsXor_16u ( const Npp16u pSrc1,
const Npp16u pSrc2,
Npp16u pDst,
int  nLength 
)

16-bit unsigned short signal exclusive or with signal.

Parameters
pSrc1Source Signal Pointer.
pSrc2Source Signal Pointer. signal2 elements to be exclusive ored with signal1 elements
pDstDestination Signal Pointer.
nLengthSignal Length.
Returns
Signal Data Related Error Codes, Length Related Error Codes.
NppStatus nppsXor_16u_I ( const Npp16u pSrc,
Npp16u pSrcDst,
int  nLength 
)

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

Parameters
pSrcSource Signal Pointer.
pSrcDstIn-Place Signal Pointer. signal2 elements to be exclusive ored with signal1 elements
nLengthSignal Length.
Returns
Signal Data Related Error Codes, Length Related Error Codes.
NppStatus nppsXor_32u ( const Npp32u pSrc1,
const Npp32u pSrc2,
Npp32u pDst,
int  nLength 
)

32-bit unsigned integer signal exclusive or with signal.

Parameters
pSrc1Source Signal Pointer.
pSrc2Source Signal Pointer. signal2 elements to be exclusive ored with signal1 elements
pDstDestination Signal Pointer.
nLengthSignal Length.
Returns
Signal Data Related Error Codes, Length Related Error Codes.
NppStatus nppsXor_32u_I ( const Npp32u pSrc,
Npp32u pSrcDst,
int  nLength 
)

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

Parameters
pSrcSource Signal Pointer.
pSrcDstIn-Place Signal Pointer. signal2 elements to be exclusive ored with signal1 elements
nLengthSignal Length.
Returns
Signal Data Related Error Codes, Length Related Error Codes.
NppStatus nppsXor_8u ( const Npp8u pSrc1,
const Npp8u pSrc2,
Npp8u pDst,
int  nLength 
)

8-bit unsigned char signal exclusive or with signal.

Parameters
pSrc1Source Signal Pointer.
pSrc2Source Signal Pointer. signal2 elements to be exclusive ored with signal1 elements
pDstDestination Signal Pointer.
nLengthSignal Length.
Returns
Signal Data Related Error Codes, Length Related Error Codes.
NppStatus nppsXor_8u_I ( const Npp8u pSrc,
Npp8u pSrcDst,
int  nLength 
)

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

Parameters
pSrcSource Signal Pointer.
pSrcDstIn-Place Signal Pointer. signal2 elements to be exclusive ored with signal1 elements
nLengthSignal Length.
Returns
Signal Data Related Error Codes, Length Related Error Codes.

Copyright © 2009-2017 NVIDIA Corporation