Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlpc.c165 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()
Dlpc.h67 void (*lpc_apply_welch_window)(const int32_t *data, int len, member
/third_party/ffmpeg/libavcodec/x86/
Dlpc.c158 c->lpc_apply_welch_window = lpc_apply_welch_window_sse2; in ff_lpc_init_x86()