Go to the source code of this file.
Macros | |
#define | WELCH(MOVPD, offset) |
Functions | |
static void | lpc_apply_welch_window_sse2 (const int32_t *data, int len, double *w_data) |
static void | lpc_compute_autocorr_sse2 (const double *data, int len, int lag, double *autoc) |
av_cold void | ff_lpc_init_x86 (LPCContext *c) |
#define WELCH | ( | MOVPD, | |
offset | |||
) |
Referenced by lpc_apply_welch_window_sse2().
av_cold void ff_lpc_init_x86 | ( | LPCContext * | c | ) |
Definition at line 139 of file lpc_mmx.c.
Referenced by ff_lpc_init().
|
static |
Definition at line 26 of file lpc_mmx.c.
Referenced by ff_lpc_init_x86().
|
static |
Definition at line 73 of file lpc_mmx.c.
Referenced by ff_lpc_init_x86().