Go to the source code of this file.
|
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_TMPL * | get_mix_any_func_TMPL (SwrContext *s) |
|
typedef void( mix_any_func_type_TMPL)(SAMPLE **out, const SAMPLE **in1, COEFF *coeffp, integer len) |
static void sum2_TMPL |
( |
SAMPLE * |
out, |
|
|
const SAMPLE * |
in1, |
|
|
const SAMPLE * |
in2, |
|
|
COEFF * |
coeffp, |
|
|
integer |
index1, |
|
|
integer |
index2, |
|
|
integer |
len |
|
) |
| |
|
static |
static void copy_TMPL |
( |
SAMPLE * |
out, |
|
|
const SAMPLE * |
in, |
|
|
COEFF * |
coeffp, |
|
|
integer |
index, |
|
|
integer |
len |
|
) |
| |
|
static |
static void mix6to2_TMPL |
( |
SAMPLE ** |
out, |
|
|
const SAMPLE ** |
in, |
|
|
COEFF * |
coeffp, |
|
|
integer |
len |
|
) |
| |
|
static |
static void mix8to2_TMPL |
( |
SAMPLE ** |
out, |
|
|
const SAMPLE ** |
in, |
|
|
COEFF * |
coeffp, |
|
|
integer |
len |
|
) |
| |
|
static |