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

audio resampling More...

#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

#define TEMPLATE_RESAMPLE_S16

Definition at line 30 of file resample_dsp.c.

#define TEMPLATE_RESAMPLE_S32

Definition at line 34 of file resample_dsp.c.

#define TEMPLATE_RESAMPLE_FLT

Definition at line 38 of file resample_dsp.c.

#define TEMPLATE_RESAMPLE_DBL

Definition at line 42 of file resample_dsp.c.

Function Documentation

void swri_resample_dsp_init ( ResampleContext c)

Definition at line 46 of file resample_dsp.c.

Referenced by resample_init().