FFmpeg
|
#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) |
|
inlinestatic |
Definition at line 35 of file opusenc_utils.h.
Referenced by bessel_init().
|
inlinestatic |
Definition at line 69 of file opusenc_utils.h.
Referenced by ff_opus_psy_init().
|
inlinestatic |
Definition at line 76 of file opusenc_utils.h.
Referenced by step_collect_psy_metrics().