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

◆ postfilter_c()

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().

◆ deemphasis_c()

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().

◆ ff_opus_dsp_init()

av_cold void ff_opus_dsp_init ( OpusDSP ctx)

Definition at line 52 of file opusdsp.c.

Referenced by checkasm_check_opusdsp(), and ff_celt_init().