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

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

Completed in 193 milliseconds