MCPcopy Create free account
hub / github.com/ValveSoftware/steam-audio / addConstant

Method addConstant

core/src/core/vdsp_array_math.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void ArrayMath::addConstant(int size, const float* in, float constant, float* out)
103{
104 vDSP_vsadd(in, 1, &constant, out, 1, size);
105}
106
107void ArrayMath::max(int size, const float* in, float &out)
108{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected