FFmpeg
|
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/cpu.h"
#include "libavfilter/f_ebur128.h"
Go to the source code of this file.
Functions | |
void | ff_ebur128_filter_channels_avx (const EBUR128DSPContext *, const double *, double *, double *, double *, double *, int) |
double | ff_ebur128_find_peak_2ch_avx (double *, int, const double *, int) |
av_cold void | ff_ebur128_init_x86 (EBUR128DSPContext *dsp, int nb_channels) |
void ff_ebur128_filter_channels_avx | ( | const EBUR128DSPContext * | , |
const double * | , | ||
double * | , | ||
double * | , | ||
double * | , | ||
double * | , | ||
int | |||
) |
Referenced by ff_ebur128_init_x86().
Referenced by ff_ebur128_init_x86().
av_cold 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().