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

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.
 

Detailed Description

The set of logical and shift operations for signal processing available in the library.