#include <stdint.h>
#include "libavutil/arm/cpu.h"
#include "libavcodec/mpegaudiodsp.h"
#include "config.h"
Go to the source code of this file.
Functions | |
void | ff_mpadsp_apply_window_fixed_armv6 (int32_t *synth_buf, int32_t *window, int *dither, int16_t *out, int incr) |
void | ff_mpadsp_init_arm (MPADSPContext *s) |
void ff_mpadsp_apply_window_fixed_armv6 | ( | int32_t * | synth_buf, | |
int32_t * | window, | |||
int * | dither, | |||
int16_t * | out, | |||
int | incr | |||
) |
Referenced by ff_mpadsp_init_arm().
void ff_mpadsp_init_arm | ( | MPADSPContext * | s | ) |