forked from projectNe10/Ne10
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. To optimize FFT, the algorithm is changed. Bit reversal is removed and radix 8 is added. 2. After test, the optimized FFT show the best performance, so that the old implementations are removed. The performance result is as follows: toolchain: gcc 4.8 at -O2 omx fft's execute time is the base. The ratio is less, the performance is better. panda board A9: | |16 |32 |64 |128 |256 |512 |1024 |2048 |4096 | |Ne10 |84.27%|89.57%|85.63%|85.79%|87.89%|87.91%|83.51%|97.08%|92.68%| |omx |100% |100% |100% |100% |100% |100% |100% |100% |100% | nexus10 A15: | |16 |32 |64 |128 |256 |512 |1024 |2048 |4096 | |Ne10 |84.88%|98.43%|89.46%|101.0%|99.24%|103.2%|93.80%|105.1%|97.44%| |omx |100% |100% |100% |100% |100% |100% |100% |100% |100% | Change-Id: I363ee1602f08532e566d3a5a4f3d7a99972a1283
- Loading branch information
Showing
20 changed files
with
1,390 additions
and
7,016 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.