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