Data Fields

SynthFilterContext Struct Reference

#include <synth_filter.h>

Data Fields

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)

Detailed Description

Definition at line 26 of file synth_filter.h.


Field Documentation

void(* SynthFilterContext::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)

Definition at line 27 of file synth_filter.h.

Referenced by ff_synth_filter_init().


The documentation for this struct was generated from the following file: