Searched refs:vsmul (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/platform/audio/ |
D | VectorMath.cpp | 44 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…
|
D | VectorMath.h | 34 void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride…
|
D | AudioChannel.cpp | 47 vsmul(data(), 1, &s, data(), 1, length()); in scale()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 13778 (WebCore::VectorMath::vsmul): 24203 (WebCore::VectorMath::vsmul):
|