/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
VectorMath.h | 33 namespace VectorMath { 56 } // namespace VectorMath
|
AudioChannel.cpp | 37 #include "platform/audio/VectorMath.h" 42 using namespace VectorMath;
|
FFTConvolver.cpp | 35 #include "platform/audio/VectorMath.h" 39 using namespace VectorMath;
|
ReverbAccumulationBuffer.cpp | 35 #include "platform/audio/VectorMath.h" 39 using namespace VectorMath;
|
ReverbConvolver.cpp | 37 #include "platform/audio/VectorMath.h" 43 using namespace VectorMath;
|
ReverbConvolverStage.cpp | 38 #include "platform/audio/VectorMath.h" 43 using namespace VectorMath;
|
DirectConvolver.cpp | 39 #include "platform/audio/VectorMath.h" 44 using namespace VectorMath;
|
Reverb.cpp | 37 #include "platform/audio/VectorMath.h" 48 using namespace VectorMath;
|
AudioBus.cpp | 41 #include "platform/audio/VectorMath.h" 46 using namespace VectorMath;
|
VectorMath.cpp | 29 #include "platform/audio/VectorMath.h" 51 namespace VectorMath { 686 } // namespace VectorMath
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ffmpeg/ |
FFTFrameFFMPEG.cpp | 37 #include "platform/audio/VectorMath.h" 162 VectorMath::zvmul(realP1, imagP1, realP2, imagP2, realP1, imagP1, halfSize); 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/platform/audio/ipp/ |
FFTFrameIPP.cpp | 38 #include "platform/audio/VectorMath.h" 118 VectorMath::zvmul(realP1, imagP1, realP2, imagP2, realP1, imagP1, halfSize); 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 | 39 #include "platform/audio/VectorMath.h" 116 VectorMath::zvmul(realP1, imagP1, realP2, imagP2, realP1, imagP1, halfSize); 126 VectorMath::vsmul(realP1, 1, &scale, realP1, 1, halfSize); 127 VectorMath::vsmul(imagP1, 1, &scale, imagP1, 1, halfSize);
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
RealtimeAnalyser.cpp | 34 #include "platform/audio/VectorMath.h" 123 VectorMath::vadd(dest, 1, source, 1, dest, 1, framesToProcess); 126 VectorMath::vsmul(dest, 1, &scale, dest, 1, framesToProcess);
|
OscillatorNode.cpp | 32 #include "platform/audio/VectorMath.h" 44 using namespace VectorMath;
|
PeriodicWave.cpp | 36 #include "platform/audio/VectorMath.h" 46 using namespace VectorMath;
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/chromium/ |
FFTFrameOpenMAXDLAndroid.cpp | 34 #include "platform/audio/VectorMath.h" 120 VectorMath::zvmul(realP1, imagP1, realP2, imagP2, realP1, imagP1, halfSize);
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
blink_platform.target.darwin-arm.mk | 130 third_party/WebKit/Source/platform/audio/VectorMath.cpp \ [all...] |
blink_platform.target.darwin-mips.mk | 129 third_party/WebKit/Source/platform/audio/VectorMath.cpp \ [all...] |
blink_platform.target.darwin-x86.mk | 129 third_party/WebKit/Source/platform/audio/VectorMath.cpp \ [all...] |
blink_platform.target.linux-arm.mk | 130 third_party/WebKit/Source/platform/audio/VectorMath.cpp \ [all...] |
blink_platform.target.linux-mips.mk | 129 third_party/WebKit/Source/platform/audio/VectorMath.cpp \ [all...] |
blink_platform.target.linux-x86.mk | 129 third_party/WebKit/Source/platform/audio/VectorMath.cpp \ [all...] |