GNU Radio 3.6.4 C++ API
|
#include <gr_fir_ccc_x86.h>
Public Member Functions | |
gr_fir_ccc_3dnowext () | |
gr_fir_ccc_3dnowext (const std::vector< gr_complex > &taps) | |
![]() | |
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) |
virtual gr_complex | filter (const gr_complex input[]) |
Additional Inherited Members | |
![]() | |
typedef void(* | ccomplex_dotprod_t )(const float *input, const float *taps, unsigned n_2_ccomplex_blocks, float *result) |
![]() | |
float * | d_aligned_taps [4] |
ccomplex_dotprod_t | d_ccomplex_dotprod |
gr_fir_ccc_3dnowext::gr_fir_ccc_3dnowext | ( | ) |
gr_fir_ccc_3dnowext::gr_fir_ccc_3dnowext | ( | const std::vector< gr_complex > & | taps | ) |