Mercurial > hg > qm-vamp-plugins
view build/linux/amd64/atlas/atlas_zmvT.h @ 243:2e12b4a3c47d
Update subrepo
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 06 Jun 2019 14:27:02 +0100 |
parents | ddea89113517 |
children |
line wrap: on
line source
#ifndef ATLAS_MVT_H #define ATLAS_MVT_H #include "atlas_misc.h" #define ATL_mvTMU 2 #define ATL_mvTNU 8 #ifndef ATL_L1mvelts #define ATL_L1mvelts ((3*ATL_L1elts)>>2) #endif #ifndef ATL_mvNNU #include "atlas_zmvN.h" #endif #define ATL_GetPartMVT(A_, lda_, mb_, nb_) \ { \ *(mb_) = (ATL_L1mvelts - (ATL_mvTMU<<1)) / ((ATL_mvTMU<<1)+1); \ if (*(mb_) > ATL_mvTNU) *(mb_) = (*(mb_)/ATL_mvTNU)*ATL_mvTNU; \ else (*mb_) = ATL_mvTNU; \ *(nb_) = ATL_mvTMU; \ } #endif