NVIDIA 2D Image And Signal Performance Primitives (NPP)
Version 11.4.0.*
|
The set of logical and shift operations for signal processing available in the library. More...
Modules | |
AndC | |
Bitwise AND of a constant and each sample of a signal. |
|
And | |
Sample by sample bitwise AND of samples from two signals. |
|
OrC | |
Bitwise OR of a constant and each sample of a signal. |
|
Or | |
Sample by sample bitwise OR of the samples from two signals. |
|
XorC | |
Bitwise XOR of a constant and each sample of a signal. |
|
Xor | |
Sample by sample bitwise XOR of the samples from two signals. |
|
Not | |
Bitwise NOT of each sample of a signal. |
|
LShiftC | |
Left shifts the bits of each sample of a signal by a constant amount. |
|
RShiftC | |
Right shifts the bits of each sample of a signal by a constant amount. |
|
The set of logical and shift operations for signal processing available in the library.