FFmpeg
Loading...
Searching...
No Matches
enc_utils.h File Reference
#include <math.h>
#include <string.h>
#include "opus.h"

Go to the source code of this file.

Data Structures

struct  FFBesselFilter
 

Functions

static int bessel_reinit (FFBesselFilter *s, float n, float f0, float fs, int highpass)
 
static int bessel_init (FFBesselFilter *s, float n, float f0, float fs, int highpass)
 
static float bessel_filter (FFBesselFilter *s, float x)
 

Function Documentation

◆ bessel_reinit()

static int bessel_reinit ( FFBesselFilter * s,
float n,
float f0,
float fs,
int highpass )
inlinestatic

Definition at line 38 of file enc_utils.h.

Referenced by bessel_init().

◆ bessel_init()

static int bessel_init ( FFBesselFilter * s,
float n,
float f0,
float fs,
int highpass )
inlinestatic

Definition at line 72 of file enc_utils.h.

Referenced by ff_opus_psy_init().

◆ bessel_filter()

static float bessel_filter ( FFBesselFilter * s,
float x )
inlinestatic

Definition at line 79 of file enc_utils.h.

Referenced by step_collect_psy_metrics().