23 #ifndef INCLUDED_GRI_FFT_FILTER_CCC_SSE_H
24 #define INCLUDED_GRI_FFT_FILTER_CCC_SSE_H
44 std::vector<gr_complex> d_tail;
46 std::vector<gr_complex> d_new_taps;
48 void compute_sizes(
int ntaps);
49 int tailsize()
const {
return d_ntaps - 1; }
69 int set_taps (
const std::vector<gr_complex> &taps);