Searched refs:vsvesq (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
D | VectorMath.h | 45 PLATFORM_EXPORT void vsvesq(const float* sourceP, int sourceStride, float* sumP, size_t framesToPro…
|
D | Reverb.cpp | 67 vsvesq(response->channel(i)->data(), 1, &channelPower, length); in calculateNormalizationScale()
|
D | VectorMath.cpp | 113 void vsvesq(const float* sourceP, int sourceStride, float* sumP, size_t framesToProcess) in vsvesq() function 520 void vsvesq(const float* sourceP, int sourceStride, float* sumP, size_t framesToProcess)
|