summaryrefslogtreecommitdiffstats
path: root/libSBRenc/src/sbr_def.h
blob: 592c1e081daff32344d6514af546672d396e1a8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
/****************************************************************************

                     (C) Copyright Fraunhofer IIS (2004)
                               All Rights Reserved

    Please be advised that this software and/or program delivery is
    Confidential Information of Fraunhofer and subject to and covered by the

    Fraunhofer IIS Software Evaluation Agreement
    between Google Inc. and  Fraunhofer
    effective and in full force since March 1, 2012.

    You may use this software and/or program only under the terms and
    conditions described in the above mentioned Fraunhofer IIS Software
    Evaluation Agreement. Any other and/or further use requires a separate agreement.


   This software and/or program is protected by copyright law and international
   treaties. Any reproduction or distribution of this software and/or program,
   or any portion of it, may result in severe civil and criminal penalties, and
   will be prosecuted to the maximum extent possible under law.

 $Id$

*******************************************************************************/
/*!
  \file
  \brief  SBR main definitions $Revision: 36847 $
*/
#ifndef __SBR_DEF_H
#define __SBR_DEF_H

#include "common_fix.h"

#define noError 0
#define HANDLE_ERROR_INFO INT
#define ERROR(a,b) 1
#define handBack

/* #define SBR_ENV_STATISTICS_BITRATE */
#undef SBR_ENV_STATISTICS_BITRATE

/* #define SBR_ENV_STATISTICS */
#undef SBR_ENV_STATISTICS

/* #define SBR_PAYLOAD_MONITOR */
#undef SBR_PAYLOAD_MONITOR

#define SWAP(a,b)                               tempr=a, a=b, b=tempr
#define TRUE  1
#define FALSE 0


/* Constants */
#define EPS                                     1e-12
#define LOG2                                    0.69314718056f  /* natural logarithm of 2 */
#define ILOG2                                   1.442695041f    /* 1/LOG2 */
#define RELAXATION_FLOAT                        (1e-6f)
#define RELAXATION                              (FL2FXCONST_DBL(RELAXATION_FLOAT))
#define RELAXATION_FRACT                        (FL2FXCONST_DBL(0.524288f))     /* 0.524288f is fractional part of RELAXATION */
#define RELAXATION_SHIFT                        (19)
#define RELAXATION_LD64                         (FL2FXCONST_DBL(0.31143075889f))/* (ld64(RELAXATION) */

/************  Definitions ***************/
#define SBR_COMP_MODE_DELTA                     0
#define SBR_COMP_MODE_CTS                       1

#define MAX_NUM_CHANNELS                        2

#define MAX_NOISE_ENVELOPES                     2
#define MAX_NUM_NOISE_COEFFS                    5
#define MAX_NUM_NOISE_VALUES                    (MAX_NUM_NOISE_COEFFS*MAX_NOISE_ENVELOPES)

#define MAX_NUM_ENVELOPE_VALUES                 (MAX_ENVELOPES * MAX_FREQ_COEFFS)
#define MAX_ENVELOPES                           5
#define MAX_FREQ_COEFFS                         48

#define MAX_FREQ_COEFFS_FS44100                 35
#define MAX_FREQ_COEFFS_FS48000                 32


#define QMF_CHANNELS                            64
#define QMF_FILTER_LENGTH                      640
#define QMF_MAX_TIME_SLOTS                      32
#define NO_OF_ESTIMATES_LC                      4
#define NO_OF_ESTIMATES_LD                      3
#define MAX_NO_OF_ESTIMATES                     4


#define NOISE_FLOOR_OFFSET                      6
#define NOISE_FLOOR_OFFSET_64                   (FL2FXCONST_DBL(0.09375f))

#define LOW_RES                                 0
#define HIGH_RES                                1

#define LO                                      0
#define HI                                      1

#define LENGTH_SBR_FRAME_INFO                   35      /* 19 */

#define SBR_NSFB_LOW_RES                        9       /*  8 */
#define SBR_NSFB_HIGH_RES                       18      /* 16 */


#define SBR_XPOS_CTRL_DEFAULT                   2

#define SBR_FREQ_SCALE_DEFAULT                  2
#define SBR_ALTER_SCALE_DEFAULT                 1
#define SBR_NOISE_BANDS_DEFAULT                 2

#define SBR_LIMITER_BANDS_DEFAULT               2
#define SBR_LIMITER_GAINS_DEFAULT               2
#define SBR_LIMITER_GAINS_INFINITE              3
#define SBR_INTERPOL_FREQ_DEFAULT               1
#define SBR_SMOOTHING_LENGTH_DEFAULT            0


/* sbr_header */
#define SI_SBR_AMP_RES_BITS                     1
#define SI_SBR_COUPLING_BITS                    1
#define SI_SBR_START_FREQ_BITS                  4
#define SI_SBR_STOP_FREQ_BITS                   4
#define SI_SBR_XOVER_BAND_BITS                  3
#define SI_SBR_RESERVED_BITS                    2
#define SI_SBR_DATA_EXTRA_BITS                  1
#define SI_SBR_HEADER_EXTRA_1_BITS              1
#define SI_SBR_HEADER_EXTRA_2_BITS              1

/* sbr_header extra 1 */
#define SI_SBR_FREQ_SCALE_BITS                  2
#define SI_SBR_ALTER_SCALE_BITS                 1
#define SI_SBR_NOISE_BANDS_BITS                 2

/* sbr_header extra 2 */
#define SI_SBR_LIMITER_BANDS_BITS               2
#define SI_SBR_LIMITER_GAINS_BITS               2
#define SI_SBR_INTERPOL_FREQ_BITS               1
#define SI_SBR_SMOOTHING_LENGTH_BITS            1

/* sbr_grid */
#define SBR_CLA_BITS                            2   /*!< size of bs_frame_class */
#define SBR_CLA_BITS_LD                         1   /*!< size of bs_frame_class */
#define SBR_ENV_BITS                            2   /*!< size of bs_num_env_raw */
#define SBR_ABS_BITS                            2   /*!< size of bs_abs_bord_raw for HE-AAC */
#define SBR_NUM_BITS                            2   /*!< size of bs_num_rel */
#define SBR_REL_BITS                            2   /*!< size of bs_rel_bord_raw */
#define SBR_RES_BITS                            1   /*!< size of bs_freq_res_flag */
#define SBR_DIR_BITS                            1   /*!< size of bs_df_flag */


/* sbr_data */
#define SI_SBR_INVF_MODE_BITS                   2


#define SI_SBR_START_ENV_BITS_AMP_RES_3_0           6
#define SI_SBR_START_ENV_BITS_BALANCE_AMP_RES_3_0   5
#define SI_SBR_START_NOISE_BITS_AMP_RES_3_0         5
#define SI_SBR_START_NOISE_BITS_BALANCE_AMP_RES_3_0 5

#define SI_SBR_START_ENV_BITS_AMP_RES_1_5           7
#define SI_SBR_START_ENV_BITS_BALANCE_AMP_RES_1_5   6


#define SI_SBR_EXTENDED_DATA_BITS               1
#define SI_SBR_EXTENSION_SIZE_BITS              4
#define SI_SBR_EXTENSION_ESC_COUNT_BITS         8
#define SI_SBR_EXTENSION_ID_BITS                2

#define SBR_EXTENDED_DATA_MAX_CNT               (15+255)

#define EXTENSION_ID_PS_CODING                  2

/* Envelope coding constants */
#define FREQ                      0
#define TIME                      1


/* huffman tables */
#define CODE_BOOK_SCF_LAV00         60
#define CODE_BOOK_SCF_LAV01         31
#define CODE_BOOK_SCF_LAV10         60
#define CODE_BOOK_SCF_LAV11         31
#define CODE_BOOK_SCF_LAV_BALANCE11 12
#define CODE_BOOK_SCF_LAV_BALANCE10 24

typedef enum
{
  SBR_AMP_RES_1_5=0,
  SBR_AMP_RES_3_0
}
AMP_RES;

typedef enum
{
  XPOS_MDCT,
  XPOS_MDCT_CROSS,
  XPOS_LC,
  XPOS_RESERVED,
  XPOS_SWITCHED /* not a real choice but used here to control behaviour */
}
XPOS_MODE;

typedef enum
{
  INVF_OFF = 0,
  INVF_LOW_LEVEL,
  INVF_MID_LEVEL,
  INVF_HIGH_LEVEL,
  INVF_SWITCHED /* not a real choice but used here to control behaviour */
}
INVF_MODE;

typedef enum
{
  SINGLE_RATE,
  DUAL_RATE
}
SR_MODE;

typedef enum
{
  FREQ_RES_LOW = 0,
  FREQ_RES_HIGH
}
FREQ_RES;


#endif