Home
last modified time | relevance | path

Searched refs:higherWaveData (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webaudio/
H A DOscillatorNode.cpp261 float* higherWaveData = nullptr; in ComputeCustom() local
273 higherWaveData, in ComputeCustom()
281 higherWaveData, in ComputeCustom()
297 float higher = (1.0f - sampleInterpolationFactor) * higherWaveData[j1] + in ComputeCustom()
298 sampleInterpolationFactor * higherWaveData[j2]; in ComputeCustom()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webaudio/
H A DOscillatorNode.cpp234 float* higherWaveData = nullptr; in ComputeCustom() local
245 mFinalFrequency, lowerWaveData, higherWaveData, in ComputeCustom()
252 mFinalFrequency, lowerWaveData, higherWaveData, in ComputeCustom()
268 float higher = (1.0f - sampleInterpolationFactor) * higherWaveData[j1] + in ComputeCustom()
269 sampleInterpolationFactor * higherWaveData[j2]; in ComputeCustom()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webaudio/
H A DOscillatorNode.cpp235 float* higherWaveData = nullptr; in ComputeCustom() local
246 mFinalFrequency, lowerWaveData, higherWaveData, in ComputeCustom()
253 mFinalFrequency, lowerWaveData, higherWaveData, in ComputeCustom()
269 float higher = (1.0f - sampleInterpolationFactor) * higherWaveData[j1] + in ComputeCustom()
270 sampleInterpolationFactor * higherWaveData[j2]; in ComputeCustom()
/dports/www/firefox/firefox-99.0/dom/media/webaudio/
H A DOscillatorNode.cpp234 float* higherWaveData = nullptr; in ComputeCustom() local
245 mFinalFrequency, lowerWaveData, higherWaveData, in ComputeCustom()
252 mFinalFrequency, lowerWaveData, higherWaveData, in ComputeCustom()
268 float higher = (1.0f - sampleInterpolationFactor) * higherWaveData[j1] + in ComputeCustom()
269 sampleInterpolationFactor * higherWaveData[j2]; in ComputeCustom()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webaudio/
H A DOscillatorNode.cpp234 float* higherWaveData = nullptr; in ComputeCustom() local
245 mFinalFrequency, lowerWaveData, higherWaveData, in ComputeCustom()
252 mFinalFrequency, lowerWaveData, higherWaveData, in ComputeCustom()
268 float higher = (1.0f - sampleInterpolationFactor) * higherWaveData[j1] + in ComputeCustom()
269 sampleInterpolationFactor * higherWaveData[j2]; in ComputeCustom()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webaudio/
H A DOscillatorNode.cpp235 float* higherWaveData = nullptr; in ComputeCustom() local
246 mFinalFrequency, lowerWaveData, higherWaveData, in ComputeCustom()
253 mFinalFrequency, lowerWaveData, higherWaveData, in ComputeCustom()
269 float higher = (1.0f - sampleInterpolationFactor) * higherWaveData[j1] + in ComputeCustom()
270 sampleInterpolationFactor * higherWaveData[j2]; in ComputeCustom()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webaudio/blink/
H A DPeriodicWave.h69 float*& higherWaveData,
H A DPeriodicWave.cpp139 float fundamentalFrequency, float*& lowerWaveData, float*& higherWaveData, in waveDataForFundamentalFrequency() argument
193 higherWaveData = m_bandLimitedTables[rangeIndex1]->Elements(); in waveDataForFundamentalFrequency()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webaudio/blink/
H A DPeriodicWave.h68 …void waveDataForFundamentalFrequency(float, float* &lowerWaveData, float* &higherWaveData, float& …
H A DPeriodicWave.cpp147 …Frequency(float fundamentalFrequency, float* &lowerWaveData, float* &higherWaveData, float& tableI… in waveDataForFundamentalFrequency() argument
198 higherWaveData = m_bandLimitedTables[rangeIndex1]->Elements(); in waveDataForFundamentalFrequency()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webaudio/blink/
H A DPeriodicWave.h71 float*& higherWaveData,
H A DPeriodicWave.cpp141 float fundamentalFrequency, float*& lowerWaveData, float*& higherWaveData, in waveDataForFundamentalFrequency() argument
195 higherWaveData = m_bandLimitedTables[rangeIndex1]->Elements(); in waveDataForFundamentalFrequency()
/dports/www/firefox/firefox-99.0/dom/media/webaudio/blink/
H A DPeriodicWave.h71 float*& higherWaveData,
H A DPeriodicWave.cpp141 float fundamentalFrequency, float*& lowerWaveData, float*& higherWaveData, in waveDataForFundamentalFrequency() argument
195 higherWaveData = m_bandLimitedTables[rangeIndex1]->Elements(); in waveDataForFundamentalFrequency()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webaudio/blink/
H A DPeriodicWave.h71 float*& higherWaveData,
H A DPeriodicWave.cpp141 float fundamentalFrequency, float*& lowerWaveData, float*& higherWaveData, in waveDataForFundamentalFrequency() argument
195 higherWaveData = m_bandLimitedTables[rangeIndex1]->Elements(); in waveDataForFundamentalFrequency()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webaudio/blink/
H A DPeriodicWave.h71 float*& higherWaveData,
H A DPeriodicWave.cpp141 float fundamentalFrequency, float*& lowerWaveData, float*& higherWaveData, in waveDataForFundamentalFrequency() argument
195 higherWaveData = m_bandLimitedTables[rangeIndex1]->Elements(); in waveDataForFundamentalFrequency()