Searched refs:shift_recursive_osc_init (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pffft/ |
H A D | bench_mixers.c | 138 shift_recursive_osc_init(0.001F, 0.0F, &gen_conf, &gen_state); in bench_shift_math_cc() 176 shift_recursive_osc_init(0.001F, 0.0F, &gen_conf, &gen_state); in bench_shift_table_cc() 212 shift_recursive_osc_init(0.001F, 0.0F, &gen_conf, &gen_state); in bench_shift_addfast() 247 shift_recursive_osc_init(0.001F, 0.0F, &gen_conf, &gen_state); in bench_shift_addfast_inp() 283 shift_recursive_osc_init(0.001F, 0.0F, &gen_conf, &gen_state); in bench_shift_unroll_oop() 317 shift_recursive_osc_init(0.001F, 0.0F, &gen_conf, &gen_state); in bench_shift_unroll_inp() 353 shift_recursive_osc_init(0.001F, 0.0F, &gen_conf, &gen_state); in bench_shift_limited_unroll_oop() 387 shift_recursive_osc_init(0.001F, 0.0F, &gen_conf, &gen_state); in bench_shift_limited_unroll_inp() 423 shift_recursive_osc_init(0.001F, 0.0F, &gen_conf, &gen_state); in bench_shift_limited_unroll_A_sse_inp() 458 shift_recursive_osc_init(0.001F, 0.0F, &gen_conf, &gen_state); in bench_shift_limited_unroll_B_sse_inp() [all …]
|
H A D | pf_mixer.h | 245 void shift_recursive_osc_init(float rate, float starting_phase, shift_recursive_osc_conf_t *conf, s…
|
H A D | pf_mixer.cpp | 923 void shift_recursive_osc_init(float rate, float starting_phase, shift_recursive_osc_conf_t *conf, s… in shift_recursive_osc_init() function
|