Mercurial > hg > qm-vamp-plugins
annotate build/linux/amd64/atlas/zXover.h @ 133:4883c6fbbb82
* Add missing include
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 01 Dec 2010 14:05:37 +0000 |
parents | ddea89113517 |
children |
rev | line source |
---|---|
c@64 | 1 #ifndef ZXOVER_H |
c@64 | 2 #define ZXOVER_H |
c@64 | 3 |
c@64 | 4 #define ATL_3NB 144 |
c@64 | 5 #define NN_MNK_M 4800 |
c@64 | 6 #define NN_MNK_N 4800 |
c@64 | 7 #define NN_MNK_MN 23040 |
c@64 | 8 #define NN_MNK_K 4800 |
c@64 | 9 #define NN_MNK_GE 1000 |
c@64 | 10 #define NT_MNK_M 4800 |
c@64 | 11 #define NT_MNK_N 4800 |
c@64 | 12 #define NT_MNK_MN 23040 |
c@64 | 13 #define NT_MNK_K 4800 |
c@64 | 14 #define NT_MNK_GE 1000 |
c@64 | 15 #define TN_MNK_M 4800 |
c@64 | 16 #define TN_MNK_N 4800 |
c@64 | 17 #define TN_MNK_MN 23040 |
c@64 | 18 #define TN_MNK_K 10800 |
c@64 | 19 #define TN_MNK_GE 1000 |
c@64 | 20 #define TT_MNK_M 4800 |
c@64 | 21 #define TT_MNK_N 4800 |
c@64 | 22 #define TT_MNK_MN 23040 |
c@64 | 23 #define TT_MNK_K 10800 |
c@64 | 24 #define TT_MNK_GE 1000 |
c@64 | 25 #define C2R_K 570 |
c@64 | 26 |
c@64 | 27 #endif |