Home
last modified time | relevance | path

Searched refs:ExponentialInterpolate (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webaudio/
H A DAudioEventTimeline.cpp16 static float ExponentialInterpolate(double t0, float v0, double t1, float v1, double t) in ExponentialInterpolate() function
222 return ExponentialInterpolate(TimeOf(aPrevious), in GetValuesAtTimeHelperInternal()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webaudio/
H A DAudioEventTimeline.cpp17 static float ExponentialInterpolate(double t0, float v0, double t1, float v1, in ExponentialInterpolate() function
284 return ExponentialInterpolate(TimeOf(aPrevious), ValueOf(aPrevious), in GetValuesAtTimeHelperInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webaudio/
H A DAudioEventTimeline.cpp17 static float ExponentialInterpolate(double t0, float v0, double t1, float v1, in ExponentialInterpolate() function
285 return ExponentialInterpolate(TimeOf(aPrevious), ValueOf(aPrevious), in GetValuesAtTimeHelperInternal()
/dports/www/firefox/firefox-99.0/dom/media/webaudio/
H A DAudioEventTimeline.cpp17 static float ExponentialInterpolate(double t0, float v0, double t1, float v1, in ExponentialInterpolate() function
284 return ExponentialInterpolate(TimeOf(aPrevious), ValueOf(aPrevious), in GetValuesAtTimeHelperInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webaudio/
H A DAudioEventTimeline.cpp17 static float ExponentialInterpolate(double t0, float v0, double t1, float v1, in ExponentialInterpolate() function
284 return ExponentialInterpolate(TimeOf(aPrevious), ValueOf(aPrevious), in GetValuesAtTimeHelperInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webaudio/
H A DAudioEventTimeline.cpp17 static float ExponentialInterpolate(double t0, float v0, double t1, float v1, in ExponentialInterpolate() function
270 return ExponentialInterpolate(TimeOf(aPrevious), aPrevious->mValue, in GetValuesAtTimeHelperInternal()