FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
mpegaudiodsp_init.c File Reference
#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, int incr)
 
void ff_mpadsp_apply_window_float_neon (float *synth_buf, float *window, int *dither, float *samples, int incr)
 
av_cold void ff_mpadsp_init_aarch64 (MPADSPContext *s)
 

Function Documentation

void ff_mpadsp_apply_window_fixed_neon ( int32_t synth_buf,
int32_t window,
int *  dither,
int16_t *  samples,
int  incr 
)

Referenced by ff_mpadsp_init_aarch64().

void ff_mpadsp_apply_window_float_neon ( float *  synth_buf,
float *  window,
int *  dither,
float *  samples,
int  incr 
)

Referenced by ff_mpadsp_init_aarch64().

av_cold void ff_mpadsp_init_aarch64 ( MPADSPContext s)

Definition at line 31 of file mpegaudiodsp_init.c.

Referenced by ff_mpadsp_init().