Go to the source code of this file.
Functions | |
| static void | sum2_TMPL (SAMPLE *out, const SAMPLE *in1, const SAMPLE *in2, COEFF *coeffp, int index1, int index2, int len) |
| static void | copy_TMPL (SAMPLE *out, const SAMPLE *in, COEFF *coeffp, int index, int len) |
| static void copy_TMPL | ( | SAMPLE * | out, | |
| const SAMPLE * | in, | |||
| COEFF * | coeffp, | |||
| int | index, | |||
| int | len | |||
| ) | [static] |
Definition at line 31 of file rematrix_template.c.
| static void sum2_TMPL | ( | SAMPLE * | out, | |
| const SAMPLE * | in1, | |||
| const SAMPLE * | in2, | |||
| COEFF * | coeffp, | |||
| int | index1, | |||
| int | index2, | |||
| int | len | |||
| ) | [static] |
Definition at line 22 of file rematrix_template.c.
1.5.8