#include <gr_fir_scc_simd.h>
Inheritance diagram for gr_fir_scc_simd:
This base class handles alignment issues common to SSE and 3DNOW subclasses.
Public Member Functions | |
gr_fir_scc_simd () | |
gr_fir_scc_simd (const std::vector< gr_complex > &taps) | |
~gr_fir_scc_simd () | |
virtual void | set_taps (const std::vector< gr_complex > &taps) |
install new_taps as the current taps. | |
virtual gr_complex | filter (const short input[]) |
compute a single output value. | |
Protected Types | |
typedef void(* | complex_dotprod_t )(const short *input, const float *taps, unsigned n_2_complex_blocks, float *result) |
Protected Attributes | |
float * | d_aligned_taps [4] |
complex_dotprod_t | d_complex_dotprod |
|
|
|
|
|
|
|
|
|
compute a single output value.
Reimplemented from gr_fir_scc_generic. |
|
install
Reimplemented from gr_fir_scc. |
|
|
|
|