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

Go to the source code of this file.

Typedefs

typedef voidmix_any_func_type_TMPL )(SAMPLE **out, const SAMPLE **in1, COEFF *coeffp, integer len)
 

Functions

static void sum2_TMPL (SAMPLE *out, const SAMPLE *in1, const SAMPLE *in2, COEFF *coeffp, integer index1, integer index2, integer len)
 
static void copy_TMPL (SAMPLE *out, const SAMPLE *in, COEFF *coeffp, integer index, integer len)
 
static void mix6to2_TMPL (SAMPLE **out, const SAMPLE **in, COEFF *coeffp, integer len)
 
static void mix8to2_TMPL (SAMPLE **out, const SAMPLE **in, COEFF *coeffp, integer len)
 
static mix_any_func_type_TMPLget_mix_any_func_TMPL (SwrContext *s)
 

Typedef Documentation

typedef void( mix_any_func_type_TMPL)(SAMPLE **out, const SAMPLE **in1, COEFF *coeffp, integer len)

Definition at line 47 of file rematrix_template.c.

Function Documentation

static void sum2_TMPL ( SAMPLE out,
const SAMPLE in1,
const SAMPLE in2,
COEFF *  coeffp,
integer  index1,
integer  index2,
integer  len 
)
static

Definition at line 49 of file rematrix_template.c.

static void copy_TMPL ( SAMPLE out,
const SAMPLE in,
COEFF *  coeffp,
integer  index,
integer  len 
)
static

Definition at line 58 of file rematrix_template.c.

static void mix6to2_TMPL ( SAMPLE **  out,
const SAMPLE **  in,
COEFF *  coeffp,
integer  len 
)
static

Definition at line 65 of file rematrix_template.c.

static void mix8to2_TMPL ( SAMPLE **  out,
const SAMPLE **  in,
COEFF *  coeffp,
integer  len 
)
static

Definition at line 75 of file rematrix_template.c.

static mix_any_func_type_TMPL* get_mix_any_func_TMPL ( SwrContext s)
static

Definition at line 85 of file rematrix_template.c.