FFmpeg
|
#include "opusdsp.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, int len) |
av_cold void | ff_opus_dsp_init (OpusDSP *ctx) |
Definition at line 21 of file opusdsp.c.
Referenced by ff_opus_dsp_init().
|
static |
Definition at line 44 of file opusdsp.c.
Referenced by ff_opus_dsp_init().
Definition at line 52 of file opusdsp.c.
Referenced by checkasm_check_opusdsp(), and ff_celt_init().