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

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
VectorMath.h 36 PLATFORM_EXPORT void vsma(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride, size_t framesToProcess);
AudioBus.cpp 332 vsma(sourceL, 1, &scale, destination, 1, length());
333 vsma(sourceR, 1, &scale, destination, 1, length());
VectorMath.cpp 103 void vsma(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride, size_t framesToProcess) function in namespace:WebCore::VectorMath
124 void vsma(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride, size_t framesToProcess)

Completed in 59 milliseconds