FFmpeg
Functions
lpc_init.c File Reference
#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)
 

Function Documentation

◆ ff_lpc_apply_welch_window_rvv()

void ff_lpc_apply_welch_window_rvv ( const int32_t ,
ptrdiff_t  ,
double  
)

Referenced by ff_lpc_init_riscv().

◆ ff_lpc_compute_autocorr_rvv()

void ff_lpc_compute_autocorr_rvv ( const double ,
ptrdiff_t  ,
int  ,
double  
)

Referenced by ff_lpc_init_riscv().

◆ 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().