FFmpeg
|
#include <stddef.h>
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/aarch64/cpu.h"
#include "libavcodec/mpegaudiodsp.h"
#include "config.h"
Go to the source code of this file.
Functions | |
void | ff_mpadsp_apply_window_fixed_neon (int32_t *synth_buf, int32_t *window, int *dither, int16_t *samples, ptrdiff_t incr) |
void | ff_mpadsp_apply_window_float_neon (float *synth_buf, float *window, int *dither, float *samples, ptrdiff_t incr) |
av_cold void | ff_mpadsp_init_aarch64 (MPADSPContext *s) |
void ff_mpadsp_apply_window_fixed_neon | ( | int32_t * | synth_buf, |
int32_t * | window, | ||
int * | dither, | ||
int16_t * | samples, | ||
ptrdiff_t | incr | ||
) |
Referenced by ff_mpadsp_init_aarch64().
void ff_mpadsp_apply_window_float_neon | ( | float * | synth_buf, |
float * | window, | ||
int * | dither, | ||
float * | samples, | ||
ptrdiff_t | incr | ||
) |
Referenced by ff_mpadsp_init_aarch64().
av_cold void ff_mpadsp_init_aarch64 | ( | MPADSPContext * | s | ) |
Definition at line 32 of file mpegaudiodsp_init.c.
Referenced by ff_mpadsp_init().