FFmpeg  4.0
Functions
rematrix_template.c File Reference

Go to the source code of this file.

Functions

typedef void (RENAME(mix_any_func_type))
 
static void RENAME() copy (SAMPLE *out, const SAMPLE *in, COEFF *coeffp, integer index, integer len)
 
static void RENAME() mix6to2 (SAMPLE **out, const SAMPLE **in, COEFF *coeffp, integer len)
 
static void RENAME() mix8to2 (SAMPLE **out, const SAMPLE **in, COEFF *coeffp, integer len)
 
static RENAME (mix_any_func_type)
 

Function Documentation

◆ void()

typedef void ( RENAME(mix_any_func_type )

◆ copy()

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

Definition at line 63 of file rematrix_template.c.

◆ mix6to2()

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

Definition at line 70 of file rematrix_template.c.

Referenced by RENAME().

◆ mix8to2()

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

Definition at line 80 of file rematrix_template.c.

Referenced by RENAME().

◆ RENAME()

static RENAME ( mix_any_func_type  )
static

Definition at line 90 of file rematrix_template.c.