FFmpeg
|
#include "libavutil/attributes_internal.h"
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 25 of file sbrdsp_template.c.
Referenced by ff_sbrdsp_init().
|
static |
Definition at line 34 of file sbrdsp_template.c.
Referenced by ff_sbrdsp_init().
|
static |
Definition at line 48 of file sbrdsp_template.c.
Referenced by ff_sbrdsp_init().
|
static |
Definition at line 55 of file sbrdsp_template.c.
Referenced by ff_sbrdsp_init().
|
static |
Definition at line 63 of file sbrdsp_template.c.
Referenced by ff_sbrdsp_init().
|
static |
Definition at line 70 of file sbrdsp_template.c.
Referenced by ff_sbrdsp_init().
av_cold void AAC_RENAME() ff_sbrdsp_init | ( | SBRDSPContext * | s | ) |
Definition at line 78 of file sbrdsp_template.c.
Referenced by checkasm_check_sbrdsp(), and ff_aac_sbr_ctx_init().
const attribute_visibility_hidden INTFLOAT AAC_RENAME | ( | ff_sbr_noise_table | ) |