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

Method add

core/src/core/vdsp_array_math.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void ArrayMath::add(int size, const float* in1, const float* in2, float* out)
46{
47 vDSP_vadd(in1, 1, in2, 1, out, 1, size);
48}
49
50void ArrayMath::add(int size, const complex_t* in1, const complex_t* in2, complex_t* out)
51{

Callers

nothing calls this directly

Calls 1

getSplitComplexFunction · 0.85

Tested by

no test coverage detected