IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MakeUnsignedPack.h
Go to the documentation of this file.
1 // MakeUnsignedPack.h:
3 // ------------
4 //
13 
14 #ifndef __IPSDKUTIL_INSTRUCTIONSET_MAKEUNSIGNEDPACK_H__
15 #define __IPSDKUTIL_INSTRUCTIONSET_MAKEUNSIGNEDPACK_H__
16 
17 #include <IPSDKUtil/InstructionSet/Pack.h>
20 
21 namespace ipsdk {
22 namespace simd {
23 
26 
33 template <typename PackT>
35 {
36  typedef typename PackT::DataType T;
38 };
39 
42 
43 } // end of namespace simd
44 } // end of namespace ipsdk
45 
46 #endif // __IPSDKUTIL_INSTRUCTIONSET_MAKEUNSIGNEDPACK_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: MakeUnsignedPack.h:34
Vector DataType
data type used for estimation
Definition: EstimationTypes.h:58
simd::Pack types
structure containing intrinsic registers used to store vectorized data
Definition: BasePackDecl.h:29