Go to the source code of this file.
Typedefs | |
| typedef void( | mix_any_func_type_TMPL )(SAMPLE **out, const SAMPLE **in1, COEFF *coeffp, int len) |
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 | mix6to2_TMPL (SAMPLE **out, const SAMPLE **in, COEFF *coeffp, int len) |
| static void | mix8to2_TMPL (SAMPLE **out, const SAMPLE **in, COEFF *coeffp, int 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, int len) |
Definition at line 21 of file rematrix_template.c.
| static void copy_TMPL | ( | SAMPLE * | out, | |
| const SAMPLE * | in, | |||
| COEFF * | coeffp, | |||
| int | index, | |||
| int | len | |||
| ) | [static] |
Definition at line 32 of file rematrix_template.c.
| static mix_any_func_type_TMPL* get_mix_any_func_TMPL | ( | SwrContext * | s | ) | [static] |
Definition at line 59 of file rematrix_template.c.
| static void mix6to2_TMPL | ( | SAMPLE ** | out, | |
| const SAMPLE ** | in, | |||
| COEFF * | coeffp, | |||
| int | len | |||
| ) | [static] |
Definition at line 39 of file rematrix_template.c.
| static void mix8to2_TMPL | ( | SAMPLE ** | out, | |
| const SAMPLE ** | in, | |||
| COEFF * | coeffp, | |||
| int | len | |||
| ) | [static] |
Definition at line 49 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 23 of file rematrix_template.c.
1.5.8