Home
last modified time | relevance | path

Searched refs:shift_table_data_t (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pffft/
H A Dpf_mixer.h78 } shift_table_data_t; typedef
80 void shift_table_deinit(shift_table_data_t table_data);
81 shift_table_data_t shift_table_init(int table_size);
82 …_cc(complexf* input, complexf* output, int input_size, float rate, shift_table_data_t table_data, …
H A Dpf_mixer.cpp171 shift_table_data_t shift_table_init(int table_size) in shift_table_init()
173 shift_table_data_t output; in shift_table_init()
183 void shift_table_deinit(shift_table_data_t table_data) in shift_table_deinit()
190 …_cc(complexf* input, complexf* output, int input_size, float rate, shift_table_data_t table_data, … in shift_table_cc()
H A Dbench_mixers.c174 shift_table_data_t table_data = shift_table_init(table_size); in bench_shift_table_cc()