FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
mpegaudiodsp_init_arm.c File Reference
#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)
 

Function Documentation

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)

Definition at line 30 of file mpegaudiodsp_init_arm.c.

Referenced by ff_mpadsp_init().