Home
last modified time | relevance | path

Searched refs:state_ext (Results 1 – 2 of 2) sorted by relevance

/external/pffft/
Dpf_mixer.cpp941 int size, const shift_recursive_osc_conf_t *conf, shift_recursive_osc_t* state_ext) in shift_recursive_osc_cc() argument
946 shift_recursive_osc_t state = *state_ext; in shift_recursive_osc_cc()
970 *state_ext = state; in shift_recursive_osc_cc()
975 int size, const shift_recursive_osc_conf_t *conf, shift_recursive_osc_t* state_ext) in shift_recursive_osc_inp_c() argument
980 shift_recursive_osc_t state = *state_ext; in shift_recursive_osc_inp_c()
1004 *state_ext = state; in shift_recursive_osc_inp_c()
1009 int size, const shift_recursive_osc_conf_t *conf, shift_recursive_osc_t* state_ext) in gen_recursive_osc_c() argument
1012 shift_recursive_osc_t state = *state_ext; in gen_recursive_osc_c()
1031 *state_ext = state; in gen_recursive_osc_c()
1087 int N_cplx, const shift_recursive_osc_sse_conf_t *conf, shift_recursive_osc_sse_t* state_ext) in shift_recursive_osc_sse_inp_c() argument
[all …]
Dpf_mixer.h275 …out, int N_cplx, const shift_recursive_osc_sse_conf_t *conf, shift_recursive_osc_sse_t* state_ext);