Mercurial > hg > segmenter-vamp-plugin
view segmentino/build/linux/amd64/atlas/dmm.h @ 48:69251e11a913
Rename SongParts/songpartitioner to Segmentino throughout
author | Chris Cannam |
---|---|
date | Thu, 13 Jun 2013 09:43:01 +0100 |
parents | songparts/build/linux/amd64/atlas/dmm.h@f44aa6d29642 |
children |
line wrap: on
line source
#ifndef DMM_H #define DMM_H #define ATL_mmNOMULADD #define ATL_mmLAT 1 #define ATL_mmMU 12 #define ATL_mmNU 1 #define ATL_mmKU 56 #define MB 56 #define NB 56 #define KB 56 #define NBNB 3136 #define MBNB 3136 #define MBKB 3136 #define NBKB 3136 #define NB2 112 #define NBNB2 6272 #define ATL_MulByNB(N_) ((N_) * 56) #define ATL_DivByNB(N_) ((N_) / 56) #define ATL_MulByNBNB(N_) ((N_) * 3136) #define NBmm ATL_dJIK56x56x56TN56x56x0_a1_b1 #define NBmm_b1 ATL_dJIK56x56x56TN56x56x0_a1_b1 #define NBmm_b0 ATL_dJIK56x56x56TN56x56x0_a1_b0 #define NBmm_bX ATL_dJIK56x56x56TN56x56x0_a1_bX #endif