Mercurial > hg > qm-vamp-plugins
view build/linux/amd64/atlas/atlas_smvS.h @ 75:a99c43f470a5
* oh dear. fix some off-by-one errors leading to using uninitialised
values in chromagram, constant-q, and mfcc calculations.
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 24 Jul 2008 16:04:43 +0000 |
parents | ddea89113517 |
children |
line wrap: on
line source
#ifndef ATLAS_MVS_H #define ATLAS_MVS_H #include "atlas_misc.h" #define ATL_mvSMU 2 #define ATL_mvSNU 32 #ifndef ATL_L1mvelts #define ATL_L1mvelts ((3*ATL_L1elts)>>2) #endif #ifndef ATL_mvNNU #include "atlas_smvN.h" #endif #ifndef ATL_mvTNU #include "atlas_smvT.h" #endif #define ATL_GetPartSYMV(A_, lda_, mb_, nb_) \ { \ *(nb_) = ATL_mvSMU; \ *(mb_) = 576; \ } #endif