#include <gr_fir_SCC_simd.h>
Inheritance diagram for gr_fir_SCC_simd:
Public Member Functions | |
gr_fir_SCC_simd () | |
gr_fir_SCC_simd (const std::vector< VrComplex > &taps) | |
~gr_fir_SCC_simd () | |
virtual void | set_taps (const std::vector< VrComplex > &taps) |
install new_taps as the current taps. | |
virtual VrComplex | 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 |
This base class handles alignment issues common to SSE and 3DNOW subclasses.
|
|
|
|
|
|
|
|
|
compute a single output value.
Reimplemented from gr_fir_SCC_generic.
|
|
install
Reimplemented from gr_fir_SCC.
|
|
|
|
|