VectorMath.cpp | 58 void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride, size_t framesToProcess) function in namespace:WebCore::VectorMath 61 ::vsmul(sourceP, sourceStride, scale, destP, destStride, framesToProcess); 197 void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride, size_t framesToProcess)
|