FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
aacsbr_tablegen_common.h File Reference
#include "aac_defines.h"
#include "libavutil/mem.h"

Go to the source code of this file.

Functions

static av_cold void aacsbr_tableinit (void)
 

Variables

static INTFLOAT sbr_qmf_window_ds [320]
 < window coefficients for analysis/synthesis QMF banks More...
 
static INTFLOAT sbr_qmf_window_us [640]
 

Function Documentation

static av_cold void aacsbr_tableinit ( void  )
static

Definition at line 114 of file aacsbr_tablegen_common.h.

Referenced by ff_aac_sbr_init().

Variable Documentation

INTFLOAT sbr_qmf_window_ds[320]
static

< window coefficients for analysis/synthesis QMF banks

Definition at line 29 of file aacsbr_tablegen_common.h.

Referenced by aacsbr_tableinit(), sbr_qmf_analysis(), and sbr_qmf_synthesis().

INTFLOAT sbr_qmf_window_us[640]
static

Definition at line 30 of file aacsbr_tablegen_common.h.

Referenced by aacsbr_tableinit(), and sbr_qmf_synthesis().