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

Function Documentation

◆ ff_lpc_apply_welch_window_sse2()

void ff_lpc_apply_welch_window_sse2 ( const int32_t data,
ptrdiff_t  len,
double w_data 
)

Referenced by ff_lpc_init_x86().

◆ ff_lpc_apply_welch_window_avx2()

void ff_lpc_apply_welch_window_avx2 ( const int32_t data,
ptrdiff_t  len,
double w_data 
)

Referenced by ff_lpc_init_x86().

◆ DECLARE_ASM_CONST()

DECLARE_ASM_CONST ( 16  ,
double  ,
pd_1   
)

◆ ff_lpc_init_x86()

av_cold void ff_lpc_init_x86 ( LPCContext c)

Definition at line 106 of file lpc_init.c.

Referenced by ff_lpc_init().