diff options
author | Chris Robinson <[email protected]> | 2023-09-09 01:16:48 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-09-09 01:29:04 -0700 |
commit | d1c681499569e901d10ef36d2be98d845733583e (patch) | |
tree | 07702947d977e31e07b0d7e85920a4dc7ad60b70 /alc | |
parent | a1841b46a086530174177cb5f3e2cdd1eb1848a2 (diff) |
Optimize FFT calculations for lengths of 1024 or less
This replaces sin/cos calls with an array of 10 complex values for lookup
tables, and separates the first loop iteration with a constant x1 multiplier.
Diffstat (limited to 'alc')
0 files changed, 0 insertions, 0 deletions