HomeSort by relevance Sort by last modified time
    Searched refs:vsvesq (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
VectorMath.h 45 PLATFORM_EXPORT void vsvesq(const float* sourceP, int sourceStride, float* sumP, size_t framesToProcess);
Reverb.cpp 67 vsvesq(response->channel(i)->data(), 1, &channelPower, length);
VectorMath.cpp 113 void vsvesq(const float* sourceP, int sourceStride, float* sumP, size_t framesToProcess) function in namespace:WebCore::VectorMath
520 void vsvesq(const float* sourceP, int sourceStride, float* sumP, size_t framesToProcess)

Completed in 26 milliseconds