FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
resample_init.c File Reference

audio resampling More...

#include "libavutil/x86/cpu.h"
#include "libswresample/resample.h"

Go to the source code of this file.

Macros

#define RESAMPLE_FUNCS(type, opt)
 

Functions

 RESAMPLE_FUNCS (int16, mmxext)
 
 RESAMPLE_FUNCS (int16, sse2)
 
 RESAMPLE_FUNCS (int16, xop)
 
 RESAMPLE_FUNCS (float, sse)
 
 RESAMPLE_FUNCS (float, avx)
 
 RESAMPLE_FUNCS (float, fma3)
 
 RESAMPLE_FUNCS (float, fma4)
 
 RESAMPLE_FUNCS (double, sse2)
 
 RESAMPLE_FUNCS (double, avx)
 
 RESAMPLE_FUNCS (double, fma3)
 
av_cold void swri_resample_dsp_x86_init (ResampleContext *c)
 

Detailed Description

audio resampling

Author
Michael Niedermayer micha.nosp@m.elni.nosp@m.@gmx..nosp@m.at

Definition in file resample_init.c.

Macro Definition Documentation

#define RESAMPLE_FUNCS (   type,
  opt 
)
Value:
int ff_resample_common_##type##_##opt(ResampleContext *c, void *dst, \
const void *src, int sz, int upd); \
int ff_resample_linear_##type##_##opt(ResampleContext *c, void *dst, \
const void *src, int sz, int upd)
#define src
Definition: vp8dsp.c:254
GLint GLenum type
Definition: opengl_enc.c:105
int
#define _
Definition: wtv_common.c:49
static double c[64]

Definition at line 31 of file resample_init.c.

Function Documentation

RESAMPLE_FUNCS ( int16  ,
mmxext   
)
RESAMPLE_FUNCS ( int16  ,
sse2   
)
RESAMPLE_FUNCS ( int16  ,
xop   
)
RESAMPLE_FUNCS ( float  ,
sse   
)
RESAMPLE_FUNCS ( float  ,
avx   
)
RESAMPLE_FUNCS ( float  ,
fma3   
)
RESAMPLE_FUNCS ( float  ,
fma4   
)
RESAMPLE_FUNCS ( double  ,
sse2   
)
RESAMPLE_FUNCS ( double  ,
avx   
)
RESAMPLE_FUNCS ( double  ,
fma3   
)
av_cold void swri_resample_dsp_x86_init ( ResampleContext c)

Definition at line 48 of file resample_init.c.

Referenced by swri_resample_dsp_init().