FFmpeg
Functions
opusdsp.c File Reference
#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)
 

Function Documentation

static void postfilter_c ( float *  data,
int  period,
float *  gains,
int  len 
)
static

Definition at line 21 of file opusdsp.c.

Referenced by ff_opus_dsp_init().

static float deemphasis_c ( float *  y,
float *  x,
float  coeff,
int  len 
)
static

Definition at line 44 of file opusdsp.c.

Referenced by ff_opus_dsp_init().

av_cold void ff_opus_dsp_init ( OpusDSP ctx)

Definition at line 57 of file opusdsp.c.

Referenced by ff_celt_init().