FFmpeg
|
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/opus/dsp.h"
Go to the source code of this file.
Functions | |
void | ff_opus_postfilter_fma3 (float *data, int period, float *gains, int len) |
float | ff_opus_deemphasis_fma3 (float *out, float *in, float coeff, const float *weights, int len) |
av_cold void | ff_opus_dsp_init_x86 (OpusDSP *ctx) |
Referenced by ff_opus_dsp_init_x86().
float ff_opus_deemphasis_fma3 | ( | float * | out, |
float * | in, | ||
float | coeff, | ||
const float * | weights, | ||
int | len | ||
) |
Referenced by ff_opus_dsp_init_x86().
Definition at line 28 of file opusdsp_init.c.
Referenced by ff_opus_dsp_init().