More FFT fun: No point in computing and combining the 2nd FFT if it's just being...
commit59b9bc8c2d1017b02c0047ebdd472fcdfc3bc2ef
authorjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Thu, 3 Jun 2010 08:55:36 +0000 (3 08:55 +0000)
committerjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Thu, 3 Jun 2010 08:55:36 +0000 (3 08:55 +0000)
treef80883366b56373c7bc6f3aa843dbafd31b36cc9
parent10f9d0ed7604d060b7142cfe2d4d1077fe12e688
More FFT fun: No point in computing and combining the 2nd FFT if it's just being made null. Use the regular complex FFT (called by fftr anyway) and save ram and computation for a given number of bins.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26507 a1c6a512-1295-4272-9138-f99709370657
apps/plugins/fft/fft.c