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

Function vsvesq

src/internal/src/VectorMath.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 void vsvesq(const float * sourceP, int sourceStride, float * sumP, int framesToProcess)
93 {
94 vDSP_svesq(const_cast<float *>(sourceP), sourceStride, sumP, framesToProcess);
95 }
96
97 void vclip(const float * sourceP, int sourceStride, const float * lowThresholdP, const float * highThresholdP, float * destP, int destStride, int framesToProcess)
98 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected