FFmpeg
Loading...
Searching...
No Matches
aap_template.c File Reference

Go to the source code of this file.

Macros

#define SAMPLE_FORMAT   double
 
#define ftype   double
 
#define ONE   1.0
 
#define ZERO   0.0
 
#define fn3(a, b)
 
#define fn2(a, b)
 
#define fn(a)
 

Functions

static ftype fn fir_sample (AudioAPContext *s, ftype sample, ftype *delay, ftype *coeffs, ftype *tmp, int *offset)
 
static int fn lup_decompose (ftype **MA, const int N, const ftype tol, int *P)
 
static void fn lup_invert (ftype *const *MA, const int *P, const int N, ftype **IA)
 
static ftype fn process_sample (AudioAPContext *s, ftype input, ftype desired, int ch)
 
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 29 of file aap_template.c.

◆ ftype

◆ ONE

#define ONE   1.0

Definition at line 31 of file aap_template.c.

◆ ZERO

◆ fn3

#define fn3 ( a,
b )
Value:
a##_##b
#define _
int a
#define b
Definition input.c:43

Definition at line 35 of file aap_template.c.

◆ fn2

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

Definition at line 36 of file aap_template.c.

Referenced by update_master_pl_info().

◆ fn

Function Documentation

◆ fir_sample()

static ftype fn fir_sample ( AudioAPContext * s,
ftype sample,
ftype * delay,
ftype * coeffs,
ftype * tmp,
int * offset )
static

◆ lup_decompose()

static int fn lup_decompose ( ftype ** MA,
const int N,
const ftype tol,
int * P )
static

Definition at line 60 of file aap_template.c.

Referenced by lup_decompose(), and process_sample().

◆ lup_invert()

static void fn lup_invert ( ftype *const * MA,
const int * P,
const int N,
ftype ** IA )
static

Definition at line 97 of file aap_template.c.

Referenced by lup_invert(), and process_sample().

◆ process_sample()

static ftype fn process_sample ( AudioAPContext * s,
ftype input,
ftype desired,
int ch )
static

◆ filter_channels()

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