| FFmpeg
    | 
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, 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, | ||
| int | len | ||
| ) | 
Referenced by ff_opus_dsp_init_aarch64().
Definition at line 27 of file opusdsp_init.c.
Referenced by ff_opus_dsp_init().
 1.8.17
 1.8.17