MCPcopy Create free account
hub / github.com/LabSound/LabSound / vsma

Function vsma

src/internal/src/VectorMath.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 void vsma(const float * sourceP, int sourceStride, const float * scale, float * destP, int destStride, int framesToProcess)
83 {
84 vDSP_vsma(sourceP, sourceStride, scale, destP, destStride, destP, destStride, framesToProcess);
85 }
86
87 void vmaxmgv(const float * sourceP, int sourceStride, float * maxP, int framesToProcess)
88 {

Callers 1

speakersSumFromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected