FFmpeg
|
Go to the source code of this file.
Functions | |
static void | sbr_sum64x5_c (INTFLOAT *z) |
static void | sbr_qmf_deint_bfly_c (INTFLOAT *v, const INTFLOAT *src0, const INTFLOAT *src1) |
static void | sbr_hf_apply_noise_0 (INTFLOAT(*Y)[2], const AAC_FLOAT *s_m, const AAC_FLOAT *q_filt, int noise, int kx, int m_max) |
static void | sbr_hf_apply_noise_1 (INTFLOAT(*Y)[2], const AAC_FLOAT *s_m, const AAC_FLOAT *q_filt, int noise, int kx, int m_max) |
static void | sbr_hf_apply_noise_2 (INTFLOAT(*Y)[2], const AAC_FLOAT *s_m, const AAC_FLOAT *q_filt, int noise, int kx, int m_max) |
static void | sbr_hf_apply_noise_3 (INTFLOAT(*Y)[2], const AAC_FLOAT *s_m, const AAC_FLOAT *q_filt, int noise, int kx, int m_max) |
av_cold void AAC_RENAME() | ff_sbrdsp_init (SBRDSPContext *s) |
const attribute_visibility_hidden INTFLOAT | AAC_RENAME (ff_sbr_noise_table)[][2] |
|
static |
Definition at line 27 of file sbrdsp_template.c.
Referenced by ff_sbrdsp_init().
|
static |
Definition at line 36 of file sbrdsp_template.c.
Referenced by ff_sbrdsp_init().
|
static |
Definition at line 50 of file sbrdsp_template.c.
Referenced by ff_sbrdsp_init().
|
static |
Definition at line 57 of file sbrdsp_template.c.
Referenced by ff_sbrdsp_init().
|
static |
Definition at line 65 of file sbrdsp_template.c.
Referenced by ff_sbrdsp_init().
|
static |
Definition at line 72 of file sbrdsp_template.c.
Referenced by ff_sbrdsp_init().
av_cold void AAC_RENAME() ff_sbrdsp_init | ( | SBRDSPContext * | s | ) |
Definition at line 80 of file sbrdsp_template.c.
Referenced by checkasm_check_sbrdsp(), and ff_aac_sbr_ctx_alloc_init().
const attribute_visibility_hidden INTFLOAT AAC_RENAME | ( | ff_sbr_noise_table | ) |