OpenShot Audio Library | OpenShotAudio 0.3.2
Loading...
Searching...
No Matches
juce::dsp::LookupTableTransform< FloatType > Member List

This is the complete list of members for juce::dsp::LookupTableTransform< FloatType >, including all inherited members.

calculateMaxRelativeError(const std::function< FloatType(FloatType)> &functionToApproximate, FloatType minInputValue, FloatType maxInputValue, size_t numPoints, size_t numTestPoints=0)juce::dsp::LookupTableTransform< FloatType >static
initialise(const std::function< FloatType(FloatType)> &functionToApproximate, FloatType minInputValueToUse, FloatType maxInputValueToUse, size_t numPoints)juce::dsp::LookupTableTransform< FloatType >
LookupTableTransform()=defaultjuce::dsp::LookupTableTransform< FloatType >
LookupTableTransform(const std::function< FloatType(FloatType)> &functionToApproximate, FloatType minInputValueToUse, FloatType maxInputValueToUse, size_t numPoints)juce::dsp::LookupTableTransform< FloatType >inline
operator()(FloatType index) const noexceptjuce::dsp::LookupTableTransform< FloatType >inline
operator[](FloatType index) const noexceptjuce::dsp::LookupTableTransform< FloatType >inline
process(const FloatType *input, FloatType *output, size_t numSamples) const noexceptjuce::dsp::LookupTableTransform< FloatType >inline
processSample(FloatType value) const noexceptjuce::dsp::LookupTableTransform< FloatType >inline
processSampleUnchecked(FloatType value) const noexceptjuce::dsp::LookupTableTransform< FloatType >inline
processUnchecked(const FloatType *input, FloatType *output, size_t numSamples) const noexceptjuce::dsp::LookupTableTransform< FloatType >inline