FFmpeg
Loading...
Searching...
No Matches
dsp.c File Reference
#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)
 

Function Documentation

◆ postfilter_c()

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

Definition at line 24 of file dsp.c.

Referenced by ff_opus_dsp_init().

◆ deemphasis_c()

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

Definition at line 47 of file dsp.c.

Referenced by ff_opus_dsp_init().

◆ ff_opus_dsp_init()

av_cold void ff_opus_dsp_init ( OpusDSP * ctx)

Definition at line 56 of file dsp.c.

Referenced by checkasm_check_opusdsp(), and ff_celt_init().