FFmpeg
|
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/mem_internal.h"
#include "dsp.h"
Go to the source code of this file.
Functions | |
static void | postfilter_c (float *data, int period, float *gains, int len) |
static float | deemphasis_c (float *y, float *x, float coeff, const float *weights, int len) |
av_cold void | ff_opus_dsp_init (OpusDSP *ctx) |
Definition at line 24 of file dsp.c.
Referenced by ff_opus_dsp_init().
|
static |
Definition at line 47 of file dsp.c.
Referenced by ff_opus_dsp_init().
Definition at line 56 of file dsp.c.
Referenced by checkasm_check_opusdsp(), and ff_celt_init().