FFmpeg
|
#include "config.h"
#include "libavutil/aarch64/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_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_aarch64 (SynthFilterContext *s) |
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_aarch64().
av_cold void ff_synth_filter_init_aarch64 | ( | SynthFilterContext * | s | ) |
Definition at line 34 of file synth_filter_init.c.
Referenced by ff_synth_filter_init().