|
JUCE
|
Namespaces | |
| namespace | dsp |
| namespace | dsp::util |
Classes | |
| class | dsp::AudioBlock< SampleType > |
| Minimal and lightweight data-structure which contains a list of pointers to channels containing some kind of sample data. More... | |
| class | dsp::FixedSizeFunction< len, Ret(Args...)> |
A type similar to std::function that holds a callable object. More... | |
| struct | dsp::SIMDRegister< Type > |
| A wrapper around the platform's native SIMD register type. More... | |
| struct | dsp::SIMDRegister< Type >::ElementAccess |
Functions | |
| template<typename Type > | |
| dsp::SIMDRegister< Type > JUCE_VECTOR_CALLTYPE | jmin (dsp::SIMDRegister< Type > a, dsp::SIMDRegister< Type > b) |
| template<typename Type > | |
| dsp::SIMDRegister< Type > JUCE_VECTOR_CALLTYPE | jmax (dsp::SIMDRegister< Type > a, dsp::SIMDRegister< Type > b) |
| dsp::SIMDRegister< Type > JUCE_VECTOR_CALLTYPE jmin | ( | dsp::SIMDRegister< Type > | a, |
| dsp::SIMDRegister< Type > | b | ||
| ) |
References gl::a, gl::b, and dsp::SIMDRegister< Type >::min().
| dsp::SIMDRegister< Type > JUCE_VECTOR_CALLTYPE jmax | ( | dsp::SIMDRegister< Type > | a, |
| dsp::SIMDRegister< Type > | b | ||
| ) |
References gl::a, gl::b, and dsp::SIMDRegister< Type >::max().