FFmpeg
|
#include "config.h"
#include "libavutil/arm/cpu.h"
#include "libavutil/attributes.h"
#include "libavutil/internal.h"
#include "libavcodec/synth_filter.h"
Go to the source code of this file.
Functions | |
void | ff_synth_filter_float_vfp (AVTXContext *imdct, float *synth_buf_ptr, int *synth_buf_offset, float synth_buf2[32], const float window[512], float out[32], float in[32], float scale, av_tx_fn imdct_fn) |
void | ff_synth_filter_float_neon (AVTXContext *imdct, float *synth_buf_ptr, int *synth_buf_offset, float synth_buf2[32], const float window[512], float out[32], float in[32], float scale, av_tx_fn imdct_fn) |
av_cold void | ff_synth_filter_init_arm (SynthFilterContext *s) |
void ff_synth_filter_float_vfp | ( | AVTXContext * | imdct, |
float * | synth_buf_ptr, | ||
int * | synth_buf_offset, | ||
float | synth_buf2[32], | ||
const float | window[512], | ||
float | out[32], | ||
float | in[32], | ||
float | scale, | ||
av_tx_fn | imdct_fn | ||
) |
Referenced by ff_synth_filter_init_arm().
void ff_synth_filter_float_neon | ( | AVTXContext * | imdct, |
float * | synth_buf_ptr, | ||
int * | synth_buf_offset, | ||
float | synth_buf2[32], | ||
const float | window[512], | ||
float | out[32], | ||
float | in[32], | ||
float | scale, | ||
av_tx_fn | imdct_fn | ||
) |
Referenced by ff_synth_filter_init_arm().
av_cold void ff_synth_filter_init_arm | ( | SynthFilterContext * | s | ) |
Definition at line 40 of file synth_filter_init_arm.c.
Referenced by ff_synth_filter_init().