|
FFmpeg
|
#include <assert.h>#include <stddef.h>Go to the source code of this file.
Data Structures | |
| struct | EBUR128Biquad |
| struct | EBUR128DSPContext |
Functions | |
| void | ff_ebur128_init_x86 (EBUR128DSPContext *dsp, int nb_channels) |
| void | ff_ebur128_filter_channels_c (const EBUR128DSPContext *, const double *, double *, double *, double *, double *, int) |
| double | ff_ebur128_find_peak_c (double *, int, const double *, int) |
| void ff_ebur128_init_x86 | ( | EBUR128DSPContext * | dsp, |
| int | nb_channels | ||
| ) |
Definition at line 31 of file f_ebur128_init.c.
Referenced by config_audio_output().
| void ff_ebur128_filter_channels_c | ( | const EBUR128DSPContext * | , |
| const double * | , | ||
| double * | , | ||
| double * | , | ||
| double * | , | ||
| double * | , | ||
| int | |||
| ) |
1.8.17