19 #ifndef SDRBASE_DSP_HBFILTERTRAITS_H_ 20 #define SDRBASE_DSP_HBFILTERTRAITS_H_ 31 template<u
int32_t HBFilterOrder>
43 __declspec(align(16)) static const
int32_t hbCoeffs[4];
47 static const double hbCoeffsF[4];
57 __declspec(align(32)) static const
int32_t hbCoeffs[8];
61 static const double hbCoeffsF[8];
71 __declspec(align(16)) static const
int32_t hbCoeffs[12];
75 static const double hbCoeffsF[12];
85 __declspec(align(32)) static const
int32_t hbCoeffs[16];
89 static const float hbCoeffsF[16];
99 __declspec(align(16)) static const
int32_t hbCoeffs[20];
103 static const double hbCoeffsF[20];
113 __declspec(align(32)) static const
int32_t hbCoeffs[24];
117 static const double hbCoeffsF[24];
127 __declspec(align(16)) static const
int32_t hbCoeffs[28];
131 static const double hbCoeffsF[28];
141 __declspec(align(16)) static const
int32_t hbCoeffs[32];
145 static const double hbCoeffsF[32];