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) |
| av_cold void | ff_synth_filter_init (SynthFilterContext *c) |
| av_cold void ff_synth_filter_init | ( | SynthFilterContext * | c | ) |
Definition at line 59 of file synth_filter.c.
Referenced by dca_decode_init().
| 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 | ||
| ) | [static] |
Definition at line 24 of file synth_filter.c.
Referenced by ff_synth_filter_init().