29 float *synth_buf_ptr,
int *synth_buf_offset,
30 float synth_buf2[32],
const float window[512],
31 float out[32],
float in[32],
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)
static SDL_Window * window
static void scale(int *out, const int *in, const int w, const int h, const int shift)
Macro definitions for various function/variable attributes.
static atomic_int cpu_flags
int av_get_cpu_flags(void)
Return the flags which specify extensions supported by the CPU.
common internal API header
void(* av_tx_fn)(AVTXContext *s, void *out, void *in, ptrdiff_t stride)
Function pointer to a function to perform the transform.