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

Function vmaxmgv

src/internal/src/VectorMath.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 void vmaxmgv(const float * sourceP, int sourceStride, float * maxP, int framesToProcess)
88 {
89 vDSP_maxmgv(sourceP, sourceStride, maxP, framesToProcess);
90 }
91
92 void vsvesq(const float * sourceP, int sourceStride, float * sumP, int framesToProcess)
93 {

Callers 2

maxAbsValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected