Home
last modified time | relevance | path

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

/aosp_15_r20/external/pffft/
H A Dpf_mixer.h119 float shift_unroll_inp_c(complexf* in_out, int size, shift_unroll_data_t* d, float starting_phase);
H A Dbench_mixers.c326 phase = shift_unroll_inp_c(input+off, B, &state, phase); in bench_shift_unroll_inp()
H A Dpf_mixer.cpp385 float shift_unroll_inp_c(complexf* in_out, int size, shift_unroll_data_t* d, float starting_phase) in shift_unroll_inp_c() function