Go to the source code of this file.
|
static void | resample_one_TMPL (void *dest, const void *source, int dst_size, int64_t index2, int64_t incr) |
|
static int | resample_common_TMPL (ResampleContext *c, void *dest, const void *source, int n, int update_ctx) |
|
static int | resample_linear_TMPL (ResampleContext *c, void *dest, const void *source, int n, int update_ctx) |
|
audio resampling
- Author
- Michael Niedermayer micha.nosp@m.elni.nosp@m.@gmx..nosp@m.at
Definition in file resample_template.c.
◆ resample_one_TMPL()
static void resample_one_TMPL |
( |
void * |
dest, |
|
|
const void * |
source, |
|
|
int |
dst_size, |
|
|
int64_t |
index2, |
|
|
int64_t |
incr |
|
) |
| |
|
static |
◆ resample_common_TMPL()
◆ resample_linear_TMPL()