FFmpeg
Macros | Functions
resample_dsp.c File Reference
#include "resample.h"
#include "resample_template.c"

Go to the source code of this file.

Macros

#define TEMPLATE_RESAMPLE_S16
 
#define TEMPLATE_RESAMPLE_S32
 
#define TEMPLATE_RESAMPLE_FLT
 
#define TEMPLATE_RESAMPLE_DBL
 

Functions

void swri_resample_dsp_init (ResampleContext *c)
 

Detailed Description

audio resampling

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

Definition in file resample_dsp.c.

Macro Definition Documentation

◆ TEMPLATE_RESAMPLE_S16

#define TEMPLATE_RESAMPLE_S16

Definition at line 30 of file resample_dsp.c.

◆ TEMPLATE_RESAMPLE_S32

#define TEMPLATE_RESAMPLE_S32

Definition at line 34 of file resample_dsp.c.

◆ TEMPLATE_RESAMPLE_FLT

#define TEMPLATE_RESAMPLE_FLT

Definition at line 38 of file resample_dsp.c.

◆ TEMPLATE_RESAMPLE_DBL

#define TEMPLATE_RESAMPLE_DBL

Definition at line 42 of file resample_dsp.c.

Function Documentation

◆ swri_resample_dsp_init()

void swri_resample_dsp_init ( ResampleContext c)

Definition at line 46 of file resample_dsp.c.

Referenced by resample_init().