Home
last modified time | relevance | path

Searched refs:vsmul (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
DVectorMath.cpp44 void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride… in vsmul() function
47 ::vsmul(sourceP, sourceStride, scale, destP, destStride, framesToProcess); in vsmul()
64 void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride…
DVectorMath.h34 void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride…
DAudioChannel.cpp47 vsmul(data(), 1, &s, data(), 1, length()); in scale()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0613778 (WebCore::VectorMath::vsmul):
24203 (WebCore::VectorMath::vsmul):