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

Method add

core/src/core/ipp_array_math.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace ipl {
25
26void ArrayMath::add(int size,
27 const float* in1,
28 const float* in2,
29 float* out)
30{
31 ippsAdd_32f(in1, in2, out, size);
32}
33
34void ArrayMath::add(int size,
35 const complex_t* in1,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected