FFmpeg
Macros | Functions
adynamicequalizer_template.c File Reference

Go to the source code of this file.

Macros

#define SAMPLE_FORMAT   double
 
#define SQRT   sqrt
 
#define TAN   tan
 
#define ONE   1.0
 
#define TWO   2.0
 
#define ZERO   0.0
 
#define FMIN   fmin
 
#define FMAX   fmax
 
#define CLIP   av_clipd
 
#define FABS   fabs
 
#define ftype   double
 
#define EPSILON   (1.0 / (1LL << 51))
 
#define fn3(a, b)   a##_##b
 
#define fn2(a, b)   fn3(a,b)
 
#define fn(a)   fn2(a, SAMPLE_FORMAT)
 

Functions

static ftype fn() get_svf (ftype in, const ftype *m, const ftype *a, ftype *b)
 
static int fn() filter_prepare (AVFilterContext *ctx)
 
static int fn() filter_channels (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)
 

Macro Definition Documentation

◆ SAMPLE_FORMAT

#define SAMPLE_FORMAT   double

Definition at line 45 of file adynamicequalizer_template.c.

◆ SQRT

#define SQRT   sqrt

Definition at line 46 of file adynamicequalizer_template.c.

◆ TAN

#define TAN   tan

Definition at line 47 of file adynamicequalizer_template.c.

◆ ONE

#define ONE   1.0

Definition at line 48 of file adynamicequalizer_template.c.

◆ TWO

#define TWO   2.0

Definition at line 49 of file adynamicequalizer_template.c.

◆ ZERO

#define ZERO   0.0

Definition at line 50 of file adynamicequalizer_template.c.

◆ FMIN

#define FMIN   fmin

Definition at line 51 of file adynamicequalizer_template.c.

◆ FMAX

#define FMAX   fmax

Definition at line 52 of file adynamicequalizer_template.c.

◆ CLIP

#define CLIP   av_clipd

Definition at line 53 of file adynamicequalizer_template.c.

◆ FABS

#define FABS   fabs

Definition at line 54 of file adynamicequalizer_template.c.

◆ ftype

#define ftype   double

Definition at line 55 of file adynamicequalizer_template.c.

◆ EPSILON

#define EPSILON   (1.0 / (1LL << 51))

Definition at line 56 of file adynamicequalizer_template.c.

◆ fn3

#define fn3 (   a,
  b 
)    a##_##b

Definition at line 59 of file adynamicequalizer_template.c.

◆ fn2

#define fn2 (   a,
  b 
)    fn3(a,b)

Definition at line 60 of file adynamicequalizer_template.c.

◆ fn

#define fn (   a)    fn2(a, SAMPLE_FORMAT)

Definition at line 61 of file adynamicequalizer_template.c.

Function Documentation

◆ get_svf()

static ftype fn() get_svf ( ftype  in,
const ftype m,
const ftype a,
ftype b 
)
static

Definition at line 63 of file adynamicequalizer_template.c.

Referenced by filter_channels().

◆ filter_prepare()

static int fn() filter_prepare ( AVFilterContext ctx)
static

Definition at line 76 of file adynamicequalizer_template.c.

◆ filter_channels()

static int fn() filter_channels ( AVFilterContext ctx,
void *  arg,
int  jobnr,
int  nb_jobs 
)
static

Definition at line 141 of file adynamicequalizer_template.c.