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

  /external/webkit/Source/WebCore/platform/audio/
VectorMath.cpp 44 void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride, size_t framesToProcess) function in namespace:WebCore::VectorMath
47 ::vsmul(sourceP, sourceStride, scale, destP, destStride, framesToProcess);
64 void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride, size_t framesToProcess)
VectorMath.h 34 void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride, size_t framesToProcess);
AudioChannel.cpp 47 vsmul(data(), 1, &s, data(), 1, length());

Completed in 193 milliseconds