FFmpeg
|
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/riscv/cpu.h"
#include "libavcodec/lpc.h"
Go to the source code of this file.
Functions | |
void | ff_lpc_apply_welch_window_rvv (const int32_t *, ptrdiff_t, double *) |
void | ff_lpc_compute_autocorr_rvv (const double *, ptrdiff_t, int, double *) |
av_cold void | ff_lpc_init_riscv (LPCContext *c) |
Referenced by ff_lpc_init_riscv().
Referenced by ff_lpc_init_riscv().
av_cold void ff_lpc_init_riscv | ( | LPCContext * | c | ) |
Definition at line 31 of file lpc_init.c.
Referenced by ff_lpc_init().