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