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 | |||
| ) |
| 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 | |||
| ) |
1.5.8