
Go to the source code of this file.
Functions | |
| void | complex_dotprod_3dnow (const short *input, const float *taps, unsigned n_2_complex_blocks, float *result) |
| void | complex_dotprod_3dnowext (const short *input, const float *taps, unsigned n_2_complex_blocks, float *result) |
| void | complex_dotprod_sse (const short *input, const float *taps, unsigned n_2_complex_blocks, float *result) |
| void complex_dotprod_3dnow | ( | const short * | input, | |
| const float * | taps, | |||
| unsigned | n_2_complex_blocks, | |||
| float * | result | |||
| ) |
Referenced by gr_fir_scc_3dnow::gr_fir_scc_3dnow().
| void complex_dotprod_3dnowext | ( | const short * | input, | |
| const float * | taps, | |||
| unsigned | n_2_complex_blocks, | |||
| float * | result | |||
| ) |
Referenced by gr_fir_scc_3dnowext::gr_fir_scc_3dnowext().
| void complex_dotprod_sse | ( | const short * | input, | |
| const float * | taps, | |||
| unsigned | n_2_complex_blocks, | |||
| float * | result | |||
| ) |
Referenced by gr_fir_scc_sse::gr_fir_scc_sse().
1.5.5