FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
synth_filter.c File Reference
#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)
 
av_cold void ff_synth_filter_init (SynthFilterContext *c)
 

Function Documentation

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().

av_cold void ff_synth_filter_init ( SynthFilterContext c)

Definition at line 59 of file synth_filter.c.

Referenced by dca_decode_init().