#include "fft.h"
#include "synth_filter.h"
Go to the source code of this file.
Functions | |
static void | synth_filter_float (FFTContext *imdct, float *synth_buf_ptr, int *synth_buf_offset, float synth_buf2[32], const float window[512], float out[32], const float in[32], float scale, float bias) |
av_cold void | ff_synth_filter_init (SynthFilterContext *c) |
av_cold void ff_synth_filter_init | ( | SynthFilterContext * | c | ) |
static void synth_filter_float | ( | FFTContext * | imdct, | |
float * | synth_buf_ptr, | |||
int * | synth_buf_offset, | |||
float | synth_buf2[32], | |||
const float | window[512], | |||
float | out[32], | |||
const float | in[32], | |||
float | scale, | |||
float | bias | |||
) | [static] |