Searched refs:complexf (Results 1 – 6 of 6) sorted by relevance
/external/pffft/ |
D | pf_mixer.h | 52 typedef struct complexf_s { float i; float q; } complexf; typedef 65 float shift_math_cc(complexf *input, complexf* output, int input_size, float rate, float starting_p… 82 float shift_table_cc(complexf* input, complexf* output, int input_size, float rate, shift_table_dat… 98 float shift_addfast_cc(complexf *input, complexf* output, int input_size, shift_addfast_data_t* d, … 99 float shift_addfast_inp_c(complexf *in_out, int N_cplx, shift_addfast_data_t* d, float starting_pha… 118 float shift_unroll_cc(complexf *input, complexf* output, int size, shift_unroll_data_t* d, float st… 119 float shift_unroll_inp_c(complexf* in_out, int size, shift_unroll_data_t* d, float starting_phase); 139 complexf complex_phase; 146 void shift_limited_unroll_cc(const complexf *input, complexf* output, int size, shift_limited_unrol… 147 void shift_limited_unroll_inp_c(complexf* in_out, int size, shift_limited_unroll_data_t* d); [all …]
|
D | bench_mixers.c | 106 void save(complexf * d, int B, int N, const char * fn) in save() 123 fwrite(d+off, sizeof(complexf), B, f); in save() 133 complexf *input = (complexf *)malloc(N * sizeof(complexf)); in bench_shift_math_cc() 134 complexf *output = (complexf *)malloc(N * sizeof(complexf)); in bench_shift_math_cc() 169 complexf *input = (complexf *)malloc(N * sizeof(complexf)); in bench_shift_table_cc() 170 complexf *output = (complexf *)malloc(N * sizeof(complexf)); in bench_shift_table_cc() 206 complexf *input = (complexf *)malloc(N * sizeof(complexf)); in bench_shift_addfast() 207 complexf *output = (complexf *)malloc(N * sizeof(complexf)); in bench_shift_addfast() 242 complexf *input = (complexf *)malloc(N * sizeof(complexf)); in bench_shift_addfast_inp() 277 complexf *input = (complexf *)malloc(N * sizeof(complexf)); in bench_shift_unroll_oop() [all …]
|
D | pf_cic.h | 47 typedef struct complexf_s { float i; float q; } complexf; typedef 51 void cicddc_s16_c(void *state, int16_t *input, complexf *output, int outsize, float rate); 52 void cicddc_cs16_c(void *state, int16_t *input, complexf *output, int outsize, float rate); 53 void cicddc_cu8_c(void *state, uint8_t *input, complexf *output, int outsize, float rate);
|
D | pf_mixer.cpp | 142 float shift_math_cc(complexf *input, complexf* output, int input_size, float rate, float starting_p… in shift_math_cc() 190 float shift_table_cc(complexf* input, complexf* output, int input_size, float rate, shift_table_dat… in shift_table_cc() 252 float shift_addfast_cc(complexf *input, complexf* output, int input_size, shift_addfast_data_t* d, … in shift_addfast_cc() 292 float shift_addfast_inp_c(complexf *in_out, int N_cplx, shift_addfast_data_t* d, float starting_pha… in shift_addfast_inp_c() 363 float shift_unroll_cc(complexf *input, complexf* output, int input_size, shift_unroll_data_t* d, fl… in shift_unroll_cc() 385 float shift_unroll_inp_c(complexf* in_out, int size, shift_unroll_data_t* d, float starting_phase) in shift_unroll_inp_c() 432 void shift_limited_unroll_cc(const complexf *input, complexf* output, int size, shift_limited_unrol… in shift_limited_unroll_cc() 467 void shift_limited_unroll_inp_c(complexf* in_out, int N_cplx, shift_limited_unroll_data_t* d) in shift_limited_unroll_inp_c() 561 void shift_limited_unroll_A_sse_inp_c(complexf* in_out, int N_cplx, shift_limited_unroll_A_sse_data… in shift_limited_unroll_A_sse_inp_c() 676 void shift_limited_unroll_B_sse_inp_c(complexf* in_out, int N_cplx, shift_limited_unroll_B_sse_data… in shift_limited_unroll_B_sse_inp_c() [all …]
|
D | pf_carrier.h | 52 typedef struct complexf_s { float i; float q; } complexf; typedef
|
D | pf_cic.cpp | 88 void cicddc_s16_c(void *state, int16_t *input, complexf *output, int outsize, float rate) { in cicddc_s16_c() 138 void cicddc_cs16_c(void *state, int16_t *input, complexf *output, int outsize, float rate) { in cicddc_cs16_c() 197 void cicddc_cu8_c(void *state, uint8_t *input, complexf *output, int outsize, float rate) { in cicddc_cu8_c()
|