#include <qa_complex_dotprod_x86.h>
Public Member Functions | |
void | setUp () |
void | tearDown () |
Static Public Member Functions | |
void | register_tests (CppUnit::TestSuite *suite) |
Private Types | |
typedef void(* | complex_dotprod_t )(const short *input, const float *taps, unsigned n_2_complex_blocks, float *result) |
Private Member Functions | |
void | t1_base (complex_dotprod_t) |
void | t2_base (complex_dotprod_t) |
void | t3_base (complex_dotprod_t) |
void | t1_3dnowext () |
void | t2_3dnowext () |
void | t3_3dnowext () |
void | t1_3dnow () |
void | t2_3dnow () |
void | t3_3dnow () |
void | t1_sse () |
void | t2_sse () |
void | t3_sse () |
void | zb () |
Private Attributes | |
float * | taps |
short * | input |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|