diff dsp/chromagram/Chromagram.h @ 51:114e833c07ac

* 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 cannam
date Thu, 04 Dec 2008 11:59:29 +0000
parents ad645e404d0c
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