![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Predefined types for masks for Sse2 instruction set management. More...
Go to the source code of this file.
Classes | |
| struct | ipsdk::Sse2MaskType< T > |
| structure used to retrieve SSE2 mask type associated to a base type More... | |
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
Macros | |
| #define | IPSDK_DATATYPE_TO_SSE2_MASK_TYPE(DataType, Sse2MaskTypeT) |
Functions | |
| ipsdk::IPSDK_DATATYPE_TO_SSE2_MASK_TYPE (ipBool, __m128i) | |
| ipsdk::IPSDK_DATATYPE_TO_SSE2_MASK_TYPE (ipInt8, __m128i) | |
| ipsdk::IPSDK_DATATYPE_TO_SSE2_MASK_TYPE (ipUInt8, __m128i) | |
| ipsdk::IPSDK_DATATYPE_TO_SSE2_MASK_TYPE (ipInt16, __m128i) | |
| ipsdk::IPSDK_DATATYPE_TO_SSE2_MASK_TYPE (ipUInt16, __m128i) | |
| ipsdk::IPSDK_DATATYPE_TO_SSE2_MASK_TYPE (ipInt32, __m128i) | |
| ipsdk::IPSDK_DATATYPE_TO_SSE2_MASK_TYPE (ipUInt32, __m128i) | |
| ipsdk::IPSDK_DATATYPE_TO_SSE2_MASK_TYPE (ipInt64, __m128i) | |
| ipsdk::IPSDK_DATATYPE_TO_SSE2_MASK_TYPE (ipUInt64, __m128i) | |
| ipsdk::IPSDK_DATATYPE_TO_SSE2_MASK_TYPE (ipReal32, __m128) | |
| ipsdk::IPSDK_DATATYPE_TO_SSE2_MASK_TYPE (ipReal64, __m128d) | |
Predefined types for masks for Sse2 instruction set management.
| #define IPSDK_DATATYPE_TO_SSE2_MASK_TYPE | ( | DataType, | |
| Sse2MaskTypeT | |||
| ) |
macro enabling implementation of Sse2MaskType templates
1.8.14