diff dsp/chromagram/Chromagram.h @ 276:4c901426b9f3

* Do not calculate CQ sparse kernel when chromagram is constructed: only when it's actually used * Pre-calculate CQ sparse kernels in the sizes required for the default configurations of some of our transforms
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 04 Dec 2008 11:59:29 +0000
parents c96785becf96
children 6cb2b3cd5356
line wrap: on
line diff
--- a/dsp/chromagram/Chromagram.h	Tue Nov 25 16:00:05 2008 +0000
+++ b/dsp/chromagram/Chromagram.h	Thu Dec 04 11:59:29 2008 +0000
@@ -69,6 +69,7 @@
     double* m_CQRe;
     double* m_CQIm;
 
+    bool m_skGenerated;
 };
 
 #endif