FFmpeg
|
#include <synth_filter.h>
Data Fields | |
void(* | synth_filter_float )(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) |
void(* | synth_filter_float_64 )(AVTXContext *imdct, float *synth_buf_ptr, int *synth_buf_offset, float synth_buf2[64], const float window[1024], float out[64], float in[64], float scale, av_tx_fn imdct_fn) |
void(* | synth_filter_fixed )(DCADCTContext *imdct, int32_t *synth_buf_ptr, int *synth_buf_offset, int32_t synth_buf2[32], const int32_t window[512], int32_t out[32], const int32_t in[32]) |
void(* | synth_filter_fixed_64 )(DCADCTContext *imdct, int32_t *synth_buf_ptr, int *synth_buf_offset, int32_t synth_buf2[64], const int32_t window[1024], int32_t out[64], const int32_t in[64]) |
Definition at line 27 of file synth_filter.h.
void(* SynthFilterContext::synth_filter_float) (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) |
Definition at line 28 of file synth_filter.h.
Referenced by checkasm_check_synth_filter(), and sub_qmf32_float_c().
void(* SynthFilterContext::synth_filter_float_64) (AVTXContext *imdct, float *synth_buf_ptr, int *synth_buf_offset, float synth_buf2[64], const float window[1024], float out[64], float in[64], float scale, av_tx_fn imdct_fn) |
Definition at line 33 of file synth_filter.h.
Referenced by sub_qmf64_float_c().
void(* SynthFilterContext::synth_filter_fixed) (DCADCTContext *imdct, int32_t *synth_buf_ptr, int *synth_buf_offset, int32_t synth_buf2[32], const int32_t window[512], int32_t out[32], const int32_t in[32]) |
Definition at line 38 of file synth_filter.h.
Referenced by sub_qmf32_fixed_c().
void(* SynthFilterContext::synth_filter_fixed_64) (DCADCTContext *imdct, int32_t *synth_buf_ptr, int *synth_buf_offset, int32_t synth_buf2[64], const int32_t window[1024], int32_t out[64], const int32_t in[64]) |
Definition at line 42 of file synth_filter.h.
Referenced by sub_qmf64_fixed_c().