Libav
|
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/intreadwrite.h"
#include "dcadsp.h"
Go to the source code of this file.
Functions | |
static void | int8x8_fmul_int32_c (float *dst, const int8_t *src, int scale) |
static void | dca_lfe_fir (float *out, const float *in, const float *coefs, int decifactor, float scale) |
static void | dca_qmf_32_subbands (float samples_in[32][8], int sb_act, SynthFilterContext *synth, FFTContext *imdct, float synth_buf_ptr[512], int *synth_buf_offset, float synth_buf2[32], const float window[512], float *samples_out, float raXin[32], float scale) |
static void | dca_lfe_fir0_c (float *out, const float *in, const float *coefs, float scale) |
static void | dca_lfe_fir1_c (float *out, const float *in, const float *coefs, float scale) |
av_cold void | ff_dcadsp_init (DCADSPContext *s) |
|
static |
Definition at line 27 of file dcadsp.c.
Referenced by ff_dcadsp_init().
|
inlinestatic |
Definition at line 36 of file dcadsp.c.
Referenced by dca_lfe_fir0_c(), and dca_lfe_fir1_c().
|
static |
Definition at line 58 of file dcadsp.c.
Referenced by ff_dcadsp_init().
|
static |
Definition at line 86 of file dcadsp.c.
Referenced by ff_dcadsp_init().
|
static |
Definition at line 92 of file dcadsp.c.
Referenced by ff_dcadsp_init().
av_cold void ff_dcadsp_init | ( | DCADSPContext * | s | ) |
Definition at line 98 of file dcadsp.c.
Referenced by dca_decode_init().