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)
|