Searched refs:lpc_apply_welch_window (Results 1 – 3 of 3) sorted by relevance
165 s->lpc_apply_welch_window(samples, s->blocksize, s->windowed_samples); in ff_lpc_calc_ref_coefs()229 s->lpc_apply_welch_window(samples, blocksize, s->windowed_samples); in ff_lpc_calc_coefs()314 s->lpc_apply_welch_window = lpc_apply_welch_window_c; in ff_lpc_init()
67 void (*lpc_apply_welch_window)(const int32_t *data, int len, member
158 c->lpc_apply_welch_window = lpc_apply_welch_window_sse2; in ff_lpc_init_x86()