FFmpeg
Functions
mpegaudiodsp_init_arm.c File Reference
#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, ptrdiff_t incr)
 
av_cold void ff_mpadsp_init_arm (MPADSPContext *s)
 

Function Documentation

◆ ff_mpadsp_apply_window_fixed_armv6()

void ff_mpadsp_apply_window_fixed_armv6 ( int32_t synth_buf,
int32_t window,
int dither,
int16_t *  out,
ptrdiff_t  incr 
)

Referenced by ff_mpadsp_init_arm().

◆ 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().