FFmpeg
|
#include "libavutil/attributes.h"
#include "libavutil/x86/asm.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/lpc.h"
Go to the source code of this file.
Functions | |
void | ff_lpc_apply_welch_window_sse2 (const int32_t *data, ptrdiff_t len, double *w_data) |
void | ff_lpc_apply_welch_window_avx2 (const int32_t *data, ptrdiff_t len, double *w_data) |
DECLARE_ASM_CONST (16, double, pd_1)[2] | |
av_cold void | ff_lpc_init_x86 (LPCContext *c) |
Referenced by ff_lpc_init_x86().
Referenced by ff_lpc_init_x86().
DECLARE_ASM_CONST | ( | 16 | , |
double | , | ||
pd_1 | |||
) |
av_cold void ff_lpc_init_x86 | ( | LPCContext * | c | ) |
Definition at line 106 of file lpc_init.c.
Referenced by ff_lpc_init().