Go to the source code of this file.
Functions | |
static void | sum2_TMPL (SAMPLE *out, const SAMPLE *in1, const SAMPLE *in2, COEFF coeff1, COEFF coeff2, int len) |
static void | copy_TMPL (SAMPLE *out, const SAMPLE *in, COEFF coeff, int len) |
static void copy_TMPL | ( | SAMPLE * | out, | |
const SAMPLE * | in, | |||
COEFF | coeff, | |||
int | len | |||
) | [static] |
Definition at line 29 of file rematrix_template.c.
static void sum2_TMPL | ( | SAMPLE * | out, | |
const SAMPLE * | in1, | |||
const SAMPLE * | in2, | |||
COEFF | coeff1, | |||
COEFF | coeff2, | |||
int | len | |||
) | [static] |
Definition at line 22 of file rematrix_template.c.