|
OpenShot Library | OpenShotAudio
0.2.2
|
A template specialisation to find corresponding mask type for primitives. More...
Classes | |
| struct | MaskTypeFor |
| struct | MaskTypeFor< float > |
| struct | MaskTypeFor< double > |
| struct | MaskTypeFor< char > |
| struct | MaskTypeFor< int8_t > |
| struct | MaskTypeFor< int16_t > |
| struct | MaskTypeFor< int32_t > |
| struct | MaskTypeFor< int64_t > |
| struct | MaskTypeFor< std::complex< float > > |
| struct | MaskTypeFor< std::complex< double > > |
| struct | PrimitiveType |
| struct | PrimitiveType< std::complex< Primitive > > |
| struct | Log2Helper |
| struct | Log2Helper< 1 > |
A template specialisation to find corresponding mask type for primitives.
| struct juce::dsp::SIMDInternal::MaskTypeFor |
Definition at line 35 of file juce_fallback_SIMDNativeOps.h.
| Class Members | ||
|---|---|---|
| typedef Primitive | type | |
| struct juce::dsp::SIMDInternal::MaskTypeFor< float > |
Definition at line 36 of file juce_fallback_SIMDNativeOps.h.
| Class Members | ||
|---|---|---|
| typedef uint32_t | type | |
| struct juce::dsp::SIMDInternal::MaskTypeFor< double > |
Definition at line 37 of file juce_fallback_SIMDNativeOps.h.
| Class Members | ||
|---|---|---|
| typedef uint64_t | type | |
| struct juce::dsp::SIMDInternal::MaskTypeFor< char > |
Definition at line 38 of file juce_fallback_SIMDNativeOps.h.
| Class Members | ||
|---|---|---|
| typedef uint8_t | type | |
| struct juce::dsp::SIMDInternal::MaskTypeFor< int8_t > |
Definition at line 39 of file juce_fallback_SIMDNativeOps.h.
| Class Members | ||
|---|---|---|
| typedef uint8_t | type | |
| struct juce::dsp::SIMDInternal::MaskTypeFor< int16_t > |
Definition at line 40 of file juce_fallback_SIMDNativeOps.h.
| Class Members | ||
|---|---|---|
| typedef uint16_t | type | |
| struct juce::dsp::SIMDInternal::MaskTypeFor< int32_t > |
Definition at line 41 of file juce_fallback_SIMDNativeOps.h.
| Class Members | ||
|---|---|---|
| typedef uint32_t | type | |
| struct juce::dsp::SIMDInternal::MaskTypeFor< int64_t > |
Definition at line 42 of file juce_fallback_SIMDNativeOps.h.
| Class Members | ||
|---|---|---|
| typedef uint64_t | type | |
| struct juce::dsp::SIMDInternal::MaskTypeFor< std::complex< float > > |
Definition at line 43 of file juce_fallback_SIMDNativeOps.h.
| Class Members | ||
|---|---|---|
| typedef uint32_t | type | |
| struct juce::dsp::SIMDInternal::MaskTypeFor< std::complex< double > > |
Definition at line 44 of file juce_fallback_SIMDNativeOps.h.
| Class Members | ||
|---|---|---|
| typedef uint64_t | type | |
| struct juce::dsp::SIMDInternal::PrimitiveType |
Definition at line 46 of file juce_fallback_SIMDNativeOps.h.
| Class Members | ||
|---|---|---|
| typedef typename remove_cv< Primitive >::type | type | |
| struct juce::dsp::SIMDInternal::PrimitiveType< std::complex< Primitive > > |
Definition at line 47 of file juce_fallback_SIMDNativeOps.h.
| Class Members | ||
|---|---|---|
| typedef typename remove_cv< Primitive >::type | type | |