[Libre-soc-bugs] [Bug 653] investigate FFT, DCT, etc for REMAP in SVP64
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Sat Jul 17 22:51:15 BST 2021
https://bugs.libre-soc.org/show_bug.cgi?id=653
--- Comment #15 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
result[0 : : 2] = alpha
result[1 : : 2] = beta
result[1 : n - 1 : 2] += beta[1 : ]
in theory this can be in-place if the bitreversing has
already been done. this requires DOUBLE bitreversing:
the data to be LD-bitreversed AND the cos schedule
to be bitreversed, result is that the cos multiplies
end up in the correct indices.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list