HomeSort by relevance Sort by last modified time
    Searched full:vsmul (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/audio/ffmpeg/
FFTFrameFFMPEG.cpp 174 VectorMath::vsmul(realP1, 1, &scale, realP1, 1, halfSize);
175 VectorMath::vsmul(imagP1, 1, &scale, imagP1, 1, halfSize);
212 VectorMath::vsmul(interleavedData, 1, &scale, data, 1, m_FFTSize);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
PeriodicWave.cpp 171 vsmul(realData, 1, &scale, realP, 1, numberOfComponents);
172 vsmul(imagData, 1, &scale, imagP, 1, numberOfComponents);
182 vsmul(imagP, 1, &minusOne, imagP, 1, halfSize);
218 vsmul(data, 1, &normalizationScale, data, 1, m_periodicWaveSize);
OscillatorNode.cpp 194 vsmul(detuneValues, 1, &k, detuneValues, 1, framesToProcess);
212 vsmul(phaseIncrements, 1, &finalScale, phaseIncrements, 1, framesToProcess);
RealtimeAnalyser.cpp 126 VectorMath::vsmul(dest, 1, &scale, dest, 1, framesToProcess);
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
VectorMath.h 38 PLATFORM_EXPORT void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride, size_t framesToProcess);
AudioChannel.cpp 56 vsmul(data(), 1, &scale, mutableData(), 1, length());
AudioBus.cpp 291 vsmul(destination, 1, &scale, destination, 1, length());
364 vsmul(tempData, 1, &scale, tempData, 1, length());
370 vsmul(tempData, 1, &scale, tempData, 1, length());
489 vsmul(sources[channelIndex], 1, &gain, destinations[channelIndex], 1, framesToProcess - framesToDezipper);
VectorMath.cpp 58 void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride, size_t framesToProcess) function in namespace:WebCore::VectorMath
61 ::vsmul(sourceP, sourceStride, scale, destP, destStride, framesToProcess);
197 void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride, size_t framesToProcess)
  /external/chromium_org/third_party/WebKit/Source/platform/audio/ipp/
FFTFrameIPP.cpp 130 VectorMath::vsmul(realP1, 1, &scale, realP1, 1, halfSize);
131 VectorMath::vsmul(imagP1, 1, &scale, imagP1, 1, halfSize);
  /external/chromium_org/third_party/WebKit/Source/platform/audio/mac/
FFTFrameMac.cpp 126 VectorMath::vsmul(realP1, 1, &scale, realP1, 1, halfSize);
127 VectorMath::vsmul(imagP1, 1, &scale, imagP1, 1, halfSize);

Completed in 75 milliseconds