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

Function bitrv208

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

Source from the content-addressed store, hash-verified

912
913
914 void bitrv208(float *a)
915 {
916 float x1r, x1i, x3r, x3i, x4r, x4i, x6r, x6i;
917
918 x1r = a[2];
919 x1i = a[3];
920 x3r = a[6];
921 x3i = a[7];
922 x4r = a[8];
923 x4i = a[9];
924 x6r = a[12];
925 x6i = a[13];
926 a[2] = x4r;
927 a[3] = x4i;
928 a[6] = x6r;
929 a[7] = x6i;
930 a[8] = x1r;
931 a[9] = x1i;
932 a[12] = x3r;
933 a[13] = x3i;
934 }
935
936
937 void bitrv208neg(float *a)

Callers 1

cftfsubFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected