Home
last modified time | relevance | path

Searched refs:vsma (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
DVectorMath.h36 PLATFORM_EXPORT void vsma(const float* sourceP, int sourceStride, const float* scale, float* destP,…
DAudioBus.cpp335 vsma(sourceL, 1, &scale, destination, 1, length()); in speakersSumFrom()
336 vsma(sourceR, 1, &scale, destination, 1, length()); in speakersSumFrom()
DVectorMath.cpp103 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,…