2 ** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
3 ** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com
5 ** This program is free software; you can redistribute it and/or modify
6 ** it under the terms of the GNU General Public License as published by
7 ** the Free Software Foundation; either version 2 of the License, or
8 ** (at your option) any later version.
10 ** This program is distributed in the hope that it will be useful,
11 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 ** GNU General Public License for more details.
15 ** You should have received a copy of the GNU General Public License
16 ** along with this program; if not, write to the Free Software
17 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19 ** Any non-GPL usage of this software or parts of this software is strictly
22 ** Commercial non-GPL licensing of this software is possible.
23 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
25 ** $Id: structs.h,v 1.42 2004/09/08 09:43:11 gcp Exp $
40 #define MAX_CHANNELS 64
41 #define MAX_SYNTAX_ELEMENTS 48
42 #define MAX_WINDOW_GROUPS 8
44 #define MAX_LTP_SFB 40
45 #define MAX_LTP_SFB_S 8
47 /* used to save the prediction state */
66 const real_t
*long_window
[2];
67 const real_t
*short_window
[2];
69 const real_t
*ld_window
[2];
87 uint8_t pce_instance_tag
;
88 uint8_t excluded_chns_present
;
90 uint8_t prog_ref_level
;
91 uint8_t dyn_rng_sgn
[17];
92 uint8_t dyn_rng_ctl
[17];
93 uint8_t exclude_mask
[MAX_CHANNELS
];
94 uint8_t additional_excluded_chns
[MAX_CHANNELS
];
102 uint8_t element_instance_tag
;
105 uint8_t num_front_channel_elements
;
106 uint8_t num_side_channel_elements
;
107 uint8_t num_back_channel_elements
;
108 uint8_t num_lfe_channel_elements
;
109 uint8_t num_assoc_data_elements
;
110 uint8_t num_valid_cc_elements
;
111 uint8_t mono_mixdown_present
;
112 uint8_t mono_mixdown_element_number
;
113 uint8_t stereo_mixdown_present
;
114 uint8_t stereo_mixdown_element_number
;
115 uint8_t matrix_mixdown_idx_present
;
116 uint8_t pseudo_surround_enable
;
117 uint8_t matrix_mixdown_idx
;
118 uint8_t front_element_is_cpe
[16];
119 uint8_t front_element_tag_select
[16];
120 uint8_t side_element_is_cpe
[16];
121 uint8_t side_element_tag_select
[16];
122 uint8_t back_element_is_cpe
[16];
123 uint8_t back_element_tag_select
[16];
124 uint8_t lfe_element_tag_select
[16];
125 uint8_t assoc_data_element_tag_select
[16];
126 uint8_t cc_element_is_ind_sw
[16];
127 uint8_t valid_cc_element_tag_select
[16];
131 uint8_t comment_field_bytes
;
132 uint8_t comment_field_data
[257];
134 /* extra added values */
135 uint8_t num_front_channels
;
136 uint8_t num_side_channels
;
137 uint8_t num_back_channels
;
138 uint8_t num_lfe_channels
;
139 uint8_t sce_channel
[16];
140 uint8_t cpe_channel
[16];
148 uint8_t protection_absent
;
152 uint8_t channel_configuration
;
156 uint8_t copyright_identification_bit
;
157 uint8_t copyright_identification_start
;
158 uint16_t aac_frame_length
;
159 uint16_t adts_buffer_fullness
;
160 uint8_t no_raw_data_blocks_in_frame
;
169 uint8_t copyright_id_present
;
170 int8_t copyright_id
[10];
171 uint8_t original_copy
;
173 uint8_t bitstream_type
;
175 uint8_t num_program_config_elements
;
176 uint32_t adif_buffer_fullness
;
178 /* maximum of 16 PCEs */
179 program_config pce
[16];
186 uint8_t data_present
;
190 uint8_t long_used
[MAX_SFB
];
191 uint8_t short_used
[8];
192 uint8_t short_lag_present
[8];
193 uint8_t short_lag
[8];
201 uint8_t predictor_reset
;
202 uint8_t predictor_reset_group_number
;
203 uint8_t prediction_used
[MAX_SFB
];
209 uint8_t number_pulse
;
210 uint8_t pulse_start_sfb
;
211 uint8_t pulse_offset
[4];
212 uint8_t pulse_amp
[4];
219 uint8_t length
[8][4];
221 uint8_t direction
[8][4];
222 uint8_t coef_compress
[8][4];
223 uint8_t coef
[8][4][32];
231 uint8_t adjust_num
[4][8];
232 uint8_t alevcode
[4][8][8];
233 uint8_t aloccode
[4][8][8];
242 uint8_t num_window_groups
;
244 uint8_t window_sequence
;
245 uint8_t window_group_length
[8];
246 uint8_t window_shape
;
247 uint8_t scale_factor_grouping
;
248 uint16_t sect_sfb_offset
[8][15*8];
249 uint16_t swb_offset
[52];
251 uint8_t sect_cb
[8][15*8];
252 uint16_t sect_start
[8][15*8];
253 uint16_t sect_end
[8][15*8];
254 uint8_t sfb_cb
[8][8*15];
255 uint8_t num_sec
[8]; /* number of sections in a group */
258 int16_t scale_factors
[8][51]; /* [0..255] */
260 uint8_t ms_mask_present
;
261 uint8_t ms_used
[MAX_WINDOW_GROUPS
][MAX_SFB
];
265 uint8_t pulse_data_present
;
266 uint8_t tns_data_present
;
267 uint8_t gain_control_data_present
;
268 uint8_t predictor_data_present
;
283 #ifdef ERROR_RESILIENCE
285 uint16_t length_of_reordered_spectral_data
;
286 uint8_t length_of_longest_codeword
;
288 uint8_t sf_concealment
;
289 uint8_t rev_global_gain
;
290 uint16_t length_of_rvlc_sf
;
291 uint16_t dpcm_noise_nrg
;
292 uint8_t sf_escapes_present
;
293 uint8_t length_of_rvlc_escapes
;
294 uint16_t dpcm_noise_last_position
;
296 } ic_stream
; /* individual channel stream */
301 int16_t paired_channel
;
303 uint8_t element_instance_tag
;
304 uint8_t common_window
;
308 } element
; /* syntax element (SCE, CPE, LFE) */
310 typedef struct mp4AudioSpecificConfig
312 /* Audio Specific Info */
313 /*uint8_t*/ unsigned char objectTypeIndex
;
314 /*uint8_t*/ unsigned char samplingFrequencyIndex
;
315 /*uint32_t*/ unsigned long samplingFrequency
;
316 /*uint8_t*/ unsigned char channelsConfiguration
;
318 /* GA Specific Info */
319 /*uint8_t*/ unsigned char frameLengthFlag
;
320 /*uint8_t*/ unsigned char dependsOnCoreCoder
;
321 /*uint16_t*/ unsigned short coreCoderDelay
;
322 /*uint8_t*/ unsigned char extensionFlag
;
323 /*uint8_t*/ unsigned char aacSectionDataResilienceFlag
;
324 /*uint8_t*/ unsigned char aacScalefactorDataResilienceFlag
;
325 /*uint8_t*/ unsigned char aacSpectralDataResilienceFlag
;
326 /*uint8_t*/ unsigned char epConfig
;
328 /*uint8_t*/ char sbr_present_flag
;
329 /*uint8_t*/ char forceUpSampling
;
330 /*uint8_t*/ char downSampledSBR
;
331 } mp4AudioSpecificConfig
;
333 typedef struct NeAACDecConfiguration
335 /*uint8_t*/ unsigned char defObjectType
;
336 /*uint32_t*/ unsigned long defSampleRate
;
337 /*uint8_t*/ unsigned char outputFormat
;
338 /*uint8_t*/ unsigned char downMatrix
;
339 /*uint8_t*/ unsigned char useOldADTSFormat
;
340 /*uint8_t*/ unsigned char dontUpSampleImplicitSBR
;
341 } NeAACDecConfiguration
, *NeAACDecConfigurationPtr
;
343 typedef struct NeAACDecFrameInfo
345 /*uint32_t*/ unsigned long bytesconsumed
;
346 /*uint32_t*/ unsigned long samples
;
347 /*uint8_t*/ unsigned char channels
;
348 /*uint8_t*/ unsigned char error
;
349 /*uint32_t*/ unsigned long samplerate
;
351 /* SBR: 0: off, 1: on; normal, 2: on; downsampled */
352 /*uint8_t*/ unsigned char sbr
;
354 /* MPEG-4 ObjectType */
355 /*uint8_t*/ unsigned char object_type
;
357 /* AAC header type; MP4 will be signalled as RAW also */
358 /*uint8_t*/ unsigned char header_type
;
360 /* multichannel configuration */
361 /*uint8_t*/ unsigned char num_front_channels
;
362 /*uint8_t*/ unsigned char num_side_channels
;
363 /*uint8_t*/ unsigned char num_back_channels
;
364 /*uint8_t*/ unsigned char num_lfe_channels
;
365 /*uint8_t*/ unsigned char channel_position
[MAX_CHANNELS
];
367 /* PS: 0: off, 1: on */
368 /*uint8_t*/ unsigned char ps
;
373 uint8_t adts_header_present
;
374 uint8_t adif_header_present
;
377 uint8_t channelConfiguration
;
378 #ifdef ERROR_RESILIENCE
379 uint8_t aacSectionDataResilienceFlag
;
380 uint8_t aacScalefactorDataResilienceFlag
;
381 uint8_t aacSpectralDataResilienceFlag
;
383 uint16_t frameLength
;
384 uint8_t postSeekResetFlag
;
390 uint8_t first_syn_ele
;
392 /* number of channels in current frame */
394 /* number of elements in current frame */
397 /* element_output_channels:
398 determines the number of channels the element will output
400 uint8_t element_output_channels
[MAX_SYNTAX_ELEMENTS
];
402 determines whether the data needed for the element is allocated or not
404 uint8_t element_alloced
[MAX_SYNTAX_ELEMENTS
];
406 determines the number of channels where output data is allocated for
408 uint8_t alloced_channels
;
410 /* output data buffer */
413 uint8_t window_shape_prev
[MAX_CHANNELS
];
415 uint16_t ltp_lag
[MAX_CHANNELS
];
420 real_t
*time_out
[MAX_CHANNELS
];
421 real_t
*fb_intermed
[MAX_CHANNELS
];
424 int8_t sbr_present_flag
;
425 int8_t forceUpSampling
;
426 int8_t downSampledSBR
;
427 /* determines whether SBR data is allocated for the gives element */
428 uint8_t sbr_alloced
[MAX_SYNTAX_ELEMENTS
];
430 sbr_info
*sbr
[MAX_SYNTAX_ELEMENTS
];
432 #if (defined(PS_DEC) || defined(DRM_PS))
433 uint8_t ps_used
[MAX_SYNTAX_ELEMENTS
];
434 uint8_t ps_used_global
;
438 real_t
*ssr_overlap
[MAX_CHANNELS
];
439 real_t
*prev_fmd
[MAX_CHANNELS
];
440 real_t ipqf_buffer
[MAX_CHANNELS
][4][96/4];
444 pred_state
*pred_stat
[MAX_CHANNELS
];
447 int16_t *lt_pred_stat
[MAX_CHANNELS
];
450 /* Program Config Element */
453 uint8_t element_id
[MAX_CHANNELS
];
454 uint8_t internal_channel
[MAX_CHANNELS
];
456 /* Configuration data */
457 NeAACDecConfiguration config
;
461 int64_t spectral_cycles
;
462 int64_t output_cycles
;
463 int64_t scalefac_cycles
;
464 int64_t requant_cycles
;
466 } NeAACDecStruct
, *NeAACDecHandle
;