MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / cftx020

Function cftx020

extlibs/soloud/src/core/soloud_fft.cpp:2232–2242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2230 }
2231
2232 void cftx020(float *a)
2233 {
2234 float x0r, x0i;
2235
2236 x0r = a[0] - a[2];
2237 x0i = a[1] - a[3];
2238 a[0] += a[2];
2239 a[1] += a[3];
2240 a[2] = x0r;
2241 a[3] = x0i;
2242 }
2243
2244 void cftfx41(int n, float *a)
2245 {

Callers 2

cftfsubFunction · 0.85
cftbsubFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected