summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChia-chi Yeh <chiachi@android.com>2010-08-19 15:34:10 +0800
committerChia-chi Yeh <chiachi@android.com>2010-08-19 16:05:32 +0800
commitdbd2b7e4ebfe7a586b1db4459cf6aa032a7f8719 (patch)
treebc9a06e98f9142ff531a62892b0685f75040f685 /include
parente259531ce59ab1f31de5a23124b22536f6a5a767 (diff)
downloadframeworks_av-dbd2b7e4ebfe7a586b1db4459cf6aa032a7f8719.zip
frameworks_av-dbd2b7e4ebfe7a586b1db4459cf6aa032a7f8719.tar.gz
frameworks_av-dbd2b7e4ebfe7a586b1db4459cf6aa032a7f8719.tar.bz2
Visualizer: replace the FFT implementation with a faster one.
This implementation uses fixed points instead of floating points. It is slightly inaccurate compared to the old one but still perfect for visualization purpose. It runs 40% faster on passion, 5 times faster on sholes, and of course 14 times faster on sapphire. Change-Id: I1e868417bcffda091becf106a7b941d02813faec
Diffstat (limited to 'include')
-rw-r--r--include/media/Visualizer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/media/Visualizer.h b/include/media/Visualizer.h
index 5d51de8..b8746c2 100644
--- a/include/media/Visualizer.h
+++ b/include/media/Visualizer.h
@@ -151,7 +151,6 @@ private:
void *mCaptureCbkUser;
sp<CaptureThread> mCaptureThread;
uint32_t mCaptureFlags;
- void *mFftTable;
};