IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Functions
bitwiseSelect.h File Reference
#include <IPSDKUtil/IPSDKUtilExports.h>
#include <IPSDKUtil/InstructionSet/Logical/detail/BitwiseSelectReg.h>
#include <IPSDKUtil/InstructionSet/PromotedType.h>
#include <IPSDKUtil/InstructionSet/detail/TernaryPackOp.h>
#include <IPSDKUtil/Tools/ForceInline.h>

Go to the source code of this file.

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::simd
 Namespace agregating IPSDK SIMD routines and classes.
 

Functions

template<eInstructionSet::domain instructionSet, class PackT >
IPSDK_FORCEINLINE PackT ipsdk::simd::bitwiseSelect (const PackT &mask, const PackT &in1, const PackT &in2)
 bitwiseSelect function; vectorized arithmetic addition of data contained in 2 Register structures
 
template<eInstructionSet::domain instructionSet, class PackT >
IPSDK_FORCEINLINE void ipsdk::simd::bitwiseSelect (const PackT &mask, const PackT &in1, const PackT &in2, PackT &out)
 

Detailed Description

Author
H. Delestre
Date
2014/02/24