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

Method addConstant

core/src/core/ipp_array_math.cpp:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected