Searched refs:vsma (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
D | VectorMath.h | 36 PLATFORM_EXPORT void vsma(const float* sourceP, int sourceStride, const float* scale, float* destP,…
|
D | AudioBus.cpp | 335 vsma(sourceL, 1, &scale, destination, 1, length()); in speakersSumFrom() 336 vsma(sourceR, 1, &scale, destination, 1, length()); in speakersSumFrom()
|
D | VectorMath.cpp | 103 void vsma(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride,… in vsma() function 124 void vsma(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride,…
|