FFmpeg
|
#include <stdint.h>
#include "libavutil/attributes.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) |
av_cold 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().
av_cold void ff_mpadsp_init_arm | ( | MPADSPContext * | s | ) |
Definition at line 31 of file mpegaudiodsp_init_arm.c.
Referenced by ff_mpadsp_init().