Go to the source code of this file.
|
| static void | sum2_TMPL (void *out_, const void *in1_, const void *in2_, const void *coeffp_, integer index1, integer index2, integer len) |
| |
| static void | copy_TMPL (void *out_, const void *in_, const void *coeffp_, integer index, integer len) |
| |
| static void | mix6to2_TMPL (uint8_t *const *out_, const uint8_t *const *in_, const void *coeffp_, integer len) |
| |
| static void | mix8to2_TMPL (uint8_t *const *out_, const uint8_t *const *in_, const void *coeffp_, integer len) |
| |
| static mix_any_func_type * | get_mix_any_func_TMPL (SwrContext *s) |
| |
◆ sum2_TMPL()
| static void sum2_TMPL |
( |
void * |
out_, |
|
|
const void * |
in1_, |
|
|
const void * |
in2_, |
|
|
const void * |
coeffp_, |
|
|
integer |
index1, |
|
|
integer |
index2, |
|
|
integer |
len |
|
) |
| |
|
static |
◆ copy_TMPL()
| static void copy_TMPL |
( |
void * |
out_, |
|
|
const void * |
in_, |
|
|
const void * |
coeffp_, |
|
|
integer |
index, |
|
|
integer |
len |
|
) |
| |
|
static |
◆ mix6to2_TMPL()
| static void mix6to2_TMPL |
( |
uint8_t *const * |
out_, |
|
|
const uint8_t *const * |
in_, |
|
|
const void * |
coeffp_, |
|
|
integer |
len |
|
) |
| |
|
static |
◆ mix8to2_TMPL()
| static void mix8to2_TMPL |
( |
uint8_t *const * |
out_, |
|
|
const uint8_t *const * |
in_, |
|
|
const void * |
coeffp_, |
|
|
integer |
len |
|
) |
| |
|
static |
◆ get_mix_any_func_TMPL()