FFmpeg
|
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/mem.h"
#include "libavutil/x86/asm.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/lpc.h"
Go to the source code of this file.
Functions | |
DECLARE_ASM_CONST (16, double, pd_1)[2] | |
DECLARE_ASM_CONST (16, double, pd_2)[2] | |
av_cold void | ff_lpc_init_x86 (LPCContext *c) |
DECLARE_ASM_CONST | ( | 16 | , |
double | , | ||
pd_1 | |||
) |
DECLARE_ASM_CONST | ( | 16 | , |
double | , | ||
pd_2 | |||
) |
av_cold void ff_lpc_init_x86 | ( | LPCContext * | c | ) |
Definition at line 152 of file lpc.c.
Referenced by ff_lpc_init().