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