Macros | |
#define | DSP32_COMPLEX_ABS(x_num, data) |
#define | DSP32_COMPLEX_ABS_KERNEL_X_FCT(x_num, data) |
Functions | |
void | dsp32_vect_complex_abs (dsp32_t *vect1, dsp32_complex_t *vect2, int size) |
32-bit fixed point version of the complex vector absolute function. More... | |
static void | dsp32_vect_complex_abs_kernel_x0 (dsp32_t *vect1, dsp32_complex_t *vect2) |
#define DSP32_COMPLEX_ABS | ( | x_num, | |
data | |||
) |
Referenced by dsp32_vect_complex_abs().
#define DSP32_COMPLEX_ABS_KERNEL_X_FCT | ( | x_num, | |
data | |||
) |
|
static |
Referenced by dsp32_vect_complex_abs().