view segmentino/build/linux/amd64/atlas/atlas_dNCmm.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/atlas_dNCmm.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 24
   #define NB 24
   #define KB 24
   #define NBNB 576
   #define MBNB 576
   #define MBKB 576
   #define NBKB 576
   #define NB2 48
   #define NBNB2 1152

   #define ATL_MulByNB(N_) ((N_) * 24)
   #define ATL_DivByNB(N_) ((N_) / 24)
   #define ATL_MulByNBNB(N_) ((N_) * 576)

#endif